From fdef596c6e4a2ca1a625e7a6ee0f9bc84e8088a3 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 15 Oct 2014 15:48:37 +0200 Subject: [PATCH] Make progress bar a bit less eye-catching refs #7163 --- public/css/icinga/setup.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index 46e688161..f7435c916 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -81,7 +81,7 @@ } &.complete { - background-color: green; + background-color: #2e8b57; } } }