mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Fix tactical overview colors
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
parent
53ca68903a
commit
01b453eeb1
@ -445,8 +445,9 @@ div.box.contents.zero {
|
|||||||
|
|
||||||
div.box.contents.zero span {
|
div.box.contents.zero span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
line-height: 2em;
|
||||||
|
|
||||||
color: white;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.box.contents.zero h3 {
|
div.box.contents.zero h3 {
|
||||||
@ -454,7 +455,7 @@ div.box.contents.zero h3 {
|
|||||||
font-size: 12em;
|
font-size: 12em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
|
||||||
color: white;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.box.ok_hosts.state_up {
|
div.box.ok_hosts.state_up {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user