mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Pagination color changed from petrol to gray
This commit is contained in:
parent
5948ebed3f
commit
615144a6de
@ -24,7 +24,7 @@ ul.pagination {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pagination > li > a {
|
.pagination > li > a {
|
||||||
color: #39a;
|
color: #555;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
@ -49,8 +49,8 @@ ul.pagination {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pagination > li.active > a {
|
.pagination > li.active > a {
|
||||||
background-color: #39a;
|
background-color: #555;
|
||||||
border-color: #39a;
|
border-color: #555;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user