summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles/link.css
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 12:55:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 12:55:26 +0000
commit9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0 (patch)
tree928b80f63c70a9b8addd26cf3d099140e5f0febd /frontends/php/styles/link.css
parent16bfe6f1840d96fda7902f78a781430aa21d1e7e (diff)
downloadzabbix-9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0.tar.gz
zabbix-9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0.tar.xz
zabbix-9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0.zip
- added history of last five visited pages (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4229 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles/link.css')
-rw-r--r--frontends/php/styles/link.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontends/php/styles/link.css b/frontends/php/styles/link.css
index 41fb16db..34734f7b 100644
--- a/frontends/php/styles/link.css
+++ b/frontends/php/styles/link.css
@@ -53,4 +53,9 @@ A {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt;}
A:link {color:black; text-decoration: none; }
A:visited {color:black; text-decoration: none; }
A:hover {color:black; text-decoration: underline; }
-A:active {color:black; text-decoration: underline;} \ No newline at end of file
+A:active {color:black; text-decoration: underline;}
+
+A.history:link { color:#448; text-decoration: none; font-size:10px;}
+A.history:visited { color:#448; text-decoration: none; font-size:10px;}
+A.history:hover { color:#448; text-decoration: underline; font-size:10px;}
+A.history:active { color:#448; text-decoration: underline; font-size:10px;} \ No newline at end of file