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:
Ravi Kumar Kempapura Srinivasa 2020-02-27 11:52:35 +01:00 committed by Eric Lippmann
parent 7de814a4af
commit 233e9758fa
2 changed files with 5 additions and 0 deletions

View file

@ -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 }}
}
/*

View file

@ -26,6 +26,10 @@
background-color: @color-pending;
}
&.state-empty {
background-color: @gray-light;
}
&.size-xs {
line-height: 0.75em;
height: 0.75em;