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 }} }