monitoring/CSS: Add style for state-pending-handled cols

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-27 01:40:00 +02:00
parent 0b003b4874
commit 0cedcf1fcd
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
} }
} }
&.state-pending { &.state-pending,
&.state-pending-handled {
border-left: @border-left-width solid @color-pending; border-left: @border-left-width solid @color-pending;
} }