Skip to content

Commit

Permalink
CSS: Add state colors to the icinga theme
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 2db284c commit f29f228
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/css/icinga/themes/icinga.less
Expand Up @@ -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;
Expand Down

0 comments on commit f29f228

Please sign in to comment.