mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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 {
|
||||
color: #39a;
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
}
|
||||
@ -49,8 +49,8 @@ ul.pagination {
|
||||
}
|
||||
|
||||
.pagination > li.active > a {
|
||||
background-color: #39a;
|
||||
border-color: #39a;
|
||||
background-color: #555;
|
||||
border-color: #555;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user