Skip to content

Commit

Permalink
Fix tactical overview colors
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
  • Loading branch information
underyx authored and lippserd committed May 22, 2015
1 parent 53ca689 commit 01b453e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/icinga/monitoring-colors.less
Expand Up @@ -445,16 +445,17 @@ div.box.contents.zero {

div.box.contents.zero span {
font-weight: bold;
line-height: 2em;

color: white;
color: #666;
}

div.box.contents.zero h3 {
margin: 0;
font-size: 12em;
line-height: 1em;

color: white;
color: #666;
}

div.box.ok_hosts.state_up {
Expand Down

0 comments on commit 01b453e

Please sign in to comment.