css/module: state colors for the overview

This commit is contained in:
Thomas Gelf 2016-02-22 10:43:04 +01:00
parent 72ffe336be
commit 426fd6e344
1 changed files with 20 additions and 0 deletions

View File

@ -166,6 +166,26 @@ ul.main-actions {
margin-right: 0.3em;
}
&.state-critical i {
color: @color-critical;
}
&.state-warning i {
color: @color-warning;
}
&.state-ok i {
color: @color-ok;
}
&.state-unknown i {
color: @color-unknown;
}
&.state-pending i {
color: @color-pending;
}
padding: 1em;
font-size: 1.1em;
color: #666;