CSS: Add state colors to the icinga theme

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 11:17:51 +02:00
parent 2db284ce55
commit f29f22870a
1 changed files with 10 additions and 0 deletions

View File

@ -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>
@body-bg-color: #fff;