From b61c9708bb0d94639b63c1048e09aacafab22b06 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 30 Jun 2015 15:05:57 +0200 Subject: [PATCH] main-content.less: Use a more friendlier color for info boxes refs #8983 --- public/css/icinga/main-content.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 72cffa19b..c51ef8722 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -104,7 +104,7 @@ table.benchmark { .info-box { padding: 0.5em; border: 1px solid lightgrey; - background-color: #fbfcc5; + background-color: #f2f4fd; } /* Action table */