monitoring/CSS: Add state-no-state table column class for history events
refs #5543
This commit is contained in:
parent
b3784e1bf5
commit
e655036d03
|
@ -101,6 +101,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// State class for history events
|
||||||
|
&.state-no-state {
|
||||||
|
border-left: @border-left-width solid @text-color-light;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
@ -119,7 +124,7 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
// State label in overviews
|
// State labels in overviews
|
||||||
.state-label {
|
.state-label {
|
||||||
font-family: @font-family-wide;
|
font-family: @font-family-wide;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
|
|
Loading…
Reference in New Issue