From f29f22870ae50b36395cdd70cd2bfedf0e522f89 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 23 Sep 2015 11:17:51 +0200 Subject: [PATCH] CSS: Add state colors to the icinga theme refs #5543 --- public/css/icinga/themes/icinga.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/css/icinga/themes/icinga.less b/public/css/icinga/themes/icinga.less index f112c575ee..5a5e7e9f04 100644 --- a/public/css/icinga/themes/icinga.less +++ b/public/css/icinga/themes/icinga.less @@ -6,6 +6,16 @@ // Icinga colors @icinga-blue: #0095BF; +@color-ok: #44bb77; +@color-warning: #ffaa44; +@color-warning-handled: #ffcc66; +@color-critical: #ff5566; +@color-critical-handled: #ff99aa; +@color-unknown: #aa44ff; +@color-unknown-handled: #cc77ff; +@color-unreachable: #aa44ff; +@color-unreachable-handled: #cc77ff; +@color-pending: #77aaff; // Background color for @body-bg-color: #fff;