mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
CSS: Fix list item footer colors
This commit is contained in:
parent
e9dc727196
commit
65a71fca3c
1 changed files with 4 additions and 1 deletions
|
|
@ -58,8 +58,11 @@
|
|||
}
|
||||
|
||||
footer {
|
||||
padding-top: .5em;
|
||||
|
||||
.status-icons {
|
||||
color: @gray-light;
|
||||
color: @text-color-light;
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue