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 {
|
||||
font-weight: bold;
|
||||
line-height: 2em;
|
||||
|
||||
color: white;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
div.box.contents.zero h3 {
|
||||
|
@ -454,7 +455,7 @@ div.box.contents.zero h3 {
|
|||
font-size: 12em;
|
||||
line-height: 1em;
|
||||
|
||||
color: white;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
div.box.ok_hosts.state_up {
|
||||
|
|
Loading…
Reference in New Issue