css: format links with state

This commit is contained in:
Thomas Gelf 2016-02-28 01:14:11 +01:00
parent 8a2bc74e29
commit e898b8e013
1 changed files with 26 additions and 0 deletions

View File

@ -144,6 +144,32 @@ select option[value=""] {
color: #aaa;
}
a {
&.state-critical {
color: @color-critical;
}
&.state-warning {
color: @color-warning;
}
&.state-ok {
color: @color-ok;
}
&.state-unknown {
color: @color-unknown;
}
&.state-pending {
color: @color-pending;
}
}
a:hover::before {
text-decoration: none;
}
ul.main-actions {
margin: 0;
padding: 0;