Fix tactical overview colors

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
Bence Nagy 2015-03-10 15:31:25 +01:00 committed by Eric Lippmann
parent 53ca68903a
commit 01b453eeb1
1 changed files with 3 additions and 2 deletions

View File

@ -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 {