From 46f4daf879cb71b022874fc3b6551d97d400fe1b Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 3 Feb 2006 17:03:31 +0000 Subject: - Frontend improvements (Eugene) + Configuration -> General (finished) + Configuration -> Users (finished) + Configuration -> Hosts (finished) + Configuration -> Items (finished) git-svn-id: svn://svn.zabbix.com/trunk@2603 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/css.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontends/php/css.css') diff --git a/frontends/php/css.css b/frontends/php/css.css index b0395822..687cd4b7 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -331,6 +331,11 @@ A.on:visited { color:#AA0000; text-decoration: none; } A.on:hover { color:#AA0000; text-decoration: underline; } A.on:active { color:#AA0000; text-decoration: underline;} +A.action:link { color:#000088; text-decoration: none; } +A.action:visited { color:#000088; text-decoration: none; } +A.action:hover { color:#000088; text-decoration: underline; } +A.action:active { color:#000088; text-decoration: underline;} + .on { color: #AA0000; -- cgit