css: Remove obsolete .tiles > .addnew rule

This commit is contained in:
Johannes Meyer 2021-10-07 11:19:58 +02:00
parent f59d2b7d0b
commit 455db3514e

View file

@ -532,7 +532,6 @@ td > a > .badges {
> .up { background-color: @colorOk; > a { text-shadow: 0 0 1px mix(#000, @colorOk, 40%); }}
> .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 }}
}