summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-27 18:52:41 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-27 18:52:41 +0000
commit0104e81aae631857655787ec52015ae0412cbf01 (patch)
tree9111932464f7178f3ef3ead084b70a014c2746b4 /frontends/php/css.css
parent70e80218f9d5d36433bfeab80c59c551995cd313 (diff)
downloadzabbix-0104e81aae631857655787ec52015ae0412cbf01.tar.gz
zabbix-0104e81aae631857655787ec52015ae0412cbf01.tar.xz
zabbix-0104e81aae631857655787ec52015ae0412cbf01.zip
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1434 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index cf58c2a9..87df30d6 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -22,6 +22,43 @@ td,tr
text-decoration: none;
}
+.unknown
+{
+ color: #AAAAAA;
+}
+
+.off
+{
+ color: #00AA00;
+}
+
+.on
+{
+ color: #AA0000;
+}
+
+.disaster
+{
+ background-color: #FF0000;
+}
+
+.high
+{
+ background-color: #FF8888;
+}
+
+.average
+{
+ background-color: #DDAAAA;
+}
+
+.tborder
+{
+ background-color: #AAAAAA;
+ color: #000000;
+ border: 0px solid #0B198C;
+}
+
A.footer
{
color:#CCCCCC;