From 6e382bd1270dff31b73e1307607d3c135e65e873 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 26 May 2015 16:53:47 +0200 Subject: [PATCH] Provide a css rule for informational notifications aka Notification::info() --- public/css/icinga/main-content.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 4d5c4c896..e1a305509 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -41,6 +41,10 @@ img.icon { background-position: 1em center; } +#notifications > li.info { + background-color: @colorFormNotificationInfo; +} + #notifications > li.warning { background-color: @colorWarningHandled; }