Unreachable CSS has been automerged away :(
This commit is contained in:
parent
c50d000845
commit
a7627f0bae
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue