Unreachable CSS has been automerged away :(

This commit is contained in:
Thomas Gelf 2014-03-04 16:16:26 +00:00
parent c50d000845
commit a7627f0bae
1 changed files with 9 additions and 0 deletions

View File

@ -167,6 +167,15 @@ tr.state.critical.handled td.state, tr.state.down.handled td.state {
background-image: none;
}
tr.state.unreachable td.state {
background-color: @colorUnreachable;
}
tr.state.unreachable.handled td.state {
border-left-color: @colorUnreachableHandled;
background-image: none;
}
tr.state.unknown td.state {
background-color: @colorUnknown;
}