Skip to content

Commit

Permalink
monitoring/CSS: Add state-no-state table column class for history events
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 3, 2015
1 parent b3784e1 commit e655036
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/monitoring/public/css/tables.less
Expand Up @@ -101,6 +101,11 @@
}
}

// State class for history events
&.state-no-state {
border-left: @border-left-width solid @text-color-light;
}

* {
color: inherit;
}
Expand All @@ -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;
Expand Down

0 comments on commit e655036

Please sign in to comment.