summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-30 18:17:34 +0100
committerAndrew Dolgov <[email protected]>2007-01-30 18:17:34 +0100
commitd4d6d5284848d13ac9724e33a93573efe98823c9 (patch)
tree2a6b7c9357b192f3e5acbac3f7b1f6f4785bc871 /themes
parentc2d9322b7f9d2dce00d48b9d4ae5dd83af2dfa2c (diff)
add link to wiki on filter pref page
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 97d45c923..9d0490334 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -463,3 +463,11 @@ ul.headlineDropdownMenu ul li:hover {
color : black;
}
+.insensitive a {
+ color : gray;
+ text-decoration : underline;
+}
+
+.insensitive a:hover {
+ color : black;
+}