mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
Fix badges background in tree view
This commit is contained in:
parent
3a71cb6c34
commit
ae1dd8a2a4
1 changed files with 6 additions and 0 deletions
|
|
@ -399,6 +399,12 @@ div.bp .badges {
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
td > a > .badges {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.badge-critical, .badge-down { background: @colorCritical; }
|
||||
.badge-unknown, .badge-unreachable { background: @colorUnknown; }
|
||||
.badge-warning { background: @colorWarning; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue