From 5d20e2cf211db850ff2a5dce96ef6a0e0dacbc95 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 1 Oct 2015 11:16:25 +0200 Subject: [PATCH] setup.less: Fix outdated color macros refs #5543 --- public/css/icinga/setup.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index c1465fdfc..436be30f4 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -83,7 +83,7 @@ } &.complete { - background-color: @colorOk ; + background-color: @color-ok; } &.visited { @@ -190,7 +190,7 @@ form#setup_requirements { padding: 0.4em; &.fulfilled { - background-color: @colorOk; + background-color: @color-ok; } &.not-available { @@ -199,7 +199,7 @@ form#setup_requirements { } &.missing { - background-color: @colorCritical; + background-color: @color-critical; } } } @@ -275,11 +275,11 @@ form#setup_requirements { color: white; &.success { - background-color: @colorOk; + background-color: @color-ok; } &.failure { - background-color: @colorCritical; + background-color: @color-critical; } } @@ -330,7 +330,7 @@ form#setup_requirements { padding: 0.2em; margin: -1em -1em 1em; text-align: center; - color: @colorTextDefault; + color: @text-color; background-color: #f6fafa; }