From 455db3514e13f4b25f0235ed9376c3ea734e196f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 7 Oct 2021 11:19:58 +0200 Subject: [PATCH] css: Remove obsolete `.tiles > .addnew` rule --- public/css/module.less | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/module.less b/public/css/module.less index 6528487..9ac6f50 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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 }} }