summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-16 15:26:21 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-16 15:26:21 +0000
commitd76992f73658df06227395e4a79c4366294efebe (patch)
tree20acf2af5d2155e07401c4903b9bb4cddfb4fec2 /frontends/php/css.css
parentf9fade8feec4ed06a5f433f87d09adc4098bb51e (diff)
downloadzabbix-d76992f73658df06227395e4a79c4366294efebe.tar.gz
zabbix-d76992f73658df06227395e4a79c4366294efebe.tar.xz
zabbix-d76992f73658df06227395e4a79c4366294efebe.zip
- added trigger selecton from popup (Eugene)
- improved popup selection (Eugene) - improved "IT services" configuration (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2702 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 13bc8e60..8762efff 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -631,9 +631,11 @@ A.action:visited { color:#3C3089; text-decoration: none; }
A.action:hover { color:#3C3089; text-decoration: underline; }
A.action:active { color:#3C3089; text-decoration: underline;}
+.enabled { color: #00AA00; }
+.disabled { color: #AA0000; }
+.unknown { color: #AAAAAA; }
.on { color: #AA0000; }
.off { color: #00AA00; }
-.unknown { color: #AAAAAA; }
.disaster { background-color: #FF0000; }
.high { background-color: #FF8888; }
@@ -714,3 +716,7 @@ ul
{
font-size: 16px;
}
+
+.bold {
+ font-weight: bold;
+}