mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
Show gray tiles and gray state badges for empty states
New tiles and state badges that are of color gray is introduced for empty nodes.
This commit is contained in:
parent
7de814a4af
commit
233e9758fa
2 changed files with 5 additions and 0 deletions
|
|
@ -519,6 +519,7 @@ td > a > .badges {
|
|||
> .pending { background-color: @colorPending; > a { text-shadow: 0 0 1px mix(#000, @colorPending, 40%); }}
|
||||
> .missing { background-color: @gray-light; > a { text-shadow: 0 0 1px @gray }}
|
||||
> .addnew { background-color: @icinga-blue; > a { text-shadow: 0 0 1px mix(#000, @icinga-blue, 40%); }}
|
||||
> .empty { background-color: @gray-light; > a { text-shadow: 0 0 1px @gray }}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@
|
|||
background-color: @color-pending;
|
||||
}
|
||||
|
||||
&.state-empty {
|
||||
background-color: @gray-light;
|
||||
}
|
||||
|
||||
&.size-xs {
|
||||
line-height: 0.75em;
|
||||
height: 0.75em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue