mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-15 23:08:11 +02:00
css: format links with state
This commit is contained in:
parent
8a2bc74e29
commit
e898b8e013
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user