monitoring/CSS: Fix color for state unknown

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-03 12:15:01 +01:00
parent 2ee611a927
commit 3f1eca9baa
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
}
&.state-unknown {
background-color: @color-warning;
background-color: @color-unknown;
color: @text-color-inverted;
&.handled {