From e655036d039ee728a4a9c5d9b36990dcebece202 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 3 Nov 2015 10:41:36 +0100 Subject: [PATCH] monitoring/CSS: Add state-no-state table column class for history events refs #5543 --- modules/monitoring/public/css/tables.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index dffb76209..472158c33 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -101,6 +101,11 @@ } } + // State class for history events + &.state-no-state { + border-left: @border-left-width solid @text-color-light; + } + * { color: inherit; } @@ -119,7 +124,7 @@ float: right; } -// State label in overviews +// State labels in overviews .state-label { font-family: @font-family-wide; font-size: @font-size-small;