From 9b824bff6529d19bae86fa840f66479e22dabffb Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 23 Oct 2013 01:53:00 -0700 Subject: system security status colors --- web/static/css/base.ccss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/static/css') diff --git a/web/static/css/base.ccss b/web/static/css/base.ccss index 3097284..d8218bd 100644 --- a/web/static/css/base.ccss +++ b/web/static/css/base.ccss @@ -36,6 +36,13 @@ table: .clear: clear: both +.high: + color: #182 +.low: + color: #a60 +.null: + color: #a11 + #topbar: width: 900px margin: 50px auto 2px -- cgit v1.2.3