mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
CSS: Invert affected children element (#1158)
This commit is contained in:
parent
3c5cafbaf7
commit
79481c5657
1 changed files with 5 additions and 4 deletions
|
|
@ -303,8 +303,9 @@ form[name="form_confirm_removal"] {
|
|||
.affected-objects {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
background-color: @state-critical;
|
||||
color: @text-color-inverted;
|
||||
padding: 0 0.25em;
|
||||
.rounded-corners();
|
||||
color: @state-critical;
|
||||
|
||||
.icon {
|
||||
opacity: .9;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue