summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-19 13:17:16 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-19 13:17:16 +0000
commit57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8 (patch)
tree8b5442c16a7edb578b00a1df7a5a28f794274f88 /frontends/php/css.css
parent197bc5cadd3d2fc8826a5519248a6d8ebd0c60d9 (diff)
downloadzabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.tar.gz
zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.tar.xz
zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.zip
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2544 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 96dba3fb..4638ce06 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -253,15 +253,15 @@ tr.table_even_row:hover
color: #00AA00;
}
-A.off:link
-{
- color: #00AA00;
-}
-
-A.on:link
-{
- color: #AA0000;
-}
+A.off:link { color:#00AA00; text-decoration: none; }
+A.off:visited { color:#00AA00; text-decoration: none; }
+A.off:hover { color:#00AA00; text-decoration: underline; }
+A.off:active { color:#00AA00; text-decoration: underline;}
+
+A.on:link { color:#AA0000; text-decoration: none; }
+A.on:visited { color:#AA0000; text-decoration: none; }
+A.no:hover { color:#AA0000; text-decoration: underline; }
+A.on:active { color:#AA0000; text-decoration: underline;}
.on
{