From 9158dcd194f18217dd28ed5713dff7ae5c412744 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 10 Feb 2003 10:50:30 +0000 Subject: [PATCH] Changed link colors for listings SVN revision: 382 --- themes/default/default.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/themes/default/default.css b/themes/default/default.css index 9e3df8ca..080e5054 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -134,20 +134,27 @@ td { /* link colors and decorations for message listings */ -.list1, .list1 a { +.list1 { background-color:#DDEEBB; text-align:center; - color:black; } -.list2, .list2 a { +.list2 { background-color:#FFFFB0; text-align:center; - color:black; } -.list1 a:visited { color:black; } /* bug for IE */ -.list2 a:visited { color:black; } /* bug for IE */ +.list1 a:link { color:black; text-decoration:none } +.list1 a:visited { color:black; text-decoration:none } +.list1 a:hover { color:#0000FF; text-decoration:underline } +.list1 a:active { color:black; text-decoration:underline } +.list1 a:focus { color:#0000FF; text-decoration:underline } + +.list2 a:link { color:black; text-decoration:none } +.list2 a:visited { color:black; text-decoration:none } +.list2 a:hover { color:#0000FF; text-decoration:underline } +.list2 a:active { color:black; text-decoration:underline } +.list2 a:focus { color:#0000FF; text-decoration:underline } /* attachment line */