summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-15 15:17:17 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-15 15:17:17 +0000
commitf0f1c557e1d9e42c79dbf566990b369929be09dd (patch)
tree5bbc2418146d8f1f0f3f050527a8f64fca38dd8f /frontends/php/css.css
parentbb477a6e32047142a526ce6be933d8187ddbe162 (diff)
downloadzabbix-f0f1c557e1d9e42c79dbf566990b369929be09dd.tar.gz
zabbix-f0f1c557e1d9e42c79dbf566990b369929be09dd.tar.xz
zabbix-f0f1c557e1d9e42c79dbf566990b369929be09dd.zip
- fixed highlighting support for FF & IE
git-svn-id: svn://svn.zabbix.com/trunk@3834 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index aac21e68..4bd4d738 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -1,5 +1,10 @@
.top { vertical-align: top; }
+a.highlight { font-family: Verdana, Arial, sans-serif; font-size:10px; font-weight: bold; }
+a.highlight:link { text-decoration: none; color: #ffffff; }
+a.highlight:visited { text-decoration: none; color: #ffffff; }
+a.highlight:hover { text-decoration: underline; color: #ffcc00; }
+
body
{
background-color:#e5e5e5;
@@ -594,7 +599,7 @@ table.sub_menu tr td
padding-bottom: 0px;
}
-table.sub_menu tr td span.active a
+table.sub_menu tr td span.active a.highlight
{
color: #ffcc00;
}
@@ -885,11 +890,6 @@ span.fail
span.divider{ color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal;}
-a.highlight { font-family: Verdana, Arial, sans-serif; font-size:10px; font-weight: bold; }
-a.highlight:link { text-decoration: none; color: #ffffff; }
-a.highlight:visited { text-decoration: none; color: #ffffff; }
-a.highlight:hover { text-decoration: underline; color: #ffcc00; }
-
.footer { color:#CCCCCC; }
td,tr