From e5bc2f2254f562c9be0758452a71f14435fa11a4 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 17 Mar 2005 21:00:14 +0000 Subject: [PATCH] Changed some colors for tablinks --- theme/standard/styles_color.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 55496c1fecc..da856e53459 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -50,6 +50,20 @@ a.autolink.glossary:hover { cursor: help; } +.tablink a:link, +.tablink a:visited { + color:#000066; +} + +.tablink a:hover { + text-decoration: none; +} + +.selected .tablink a:link, +.selected .tablink a:visited { + color:#000000; +} + /* general styles */ body {