From d76992f73658df06227395e4a79c4366294efebe Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 16 Mar 2006 15:26:21 +0000 Subject: - 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 --- frontends/php/css.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'frontends/php/css.css') 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; +} -- cgit