mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Fixed pagination active link color.
This commit is contained in:
@@ -113,4 +113,10 @@ table.ui-datepicker-calendar {
|
|||||||
.dropdown-menu>li>a {
|
.dropdown-menu>li>a {
|
||||||
color: @black;
|
color: @black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination .active {
|
||||||
|
a, a:visited, a:active {
|
||||||
|
color: @white;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user