summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-03-20 06:34:43 +0100
committerAndrew Dolgov <[email protected]>2008-03-20 06:34:43 +0100
commite635d56a000032fcfb48e93aad58be367a3cfa8d (patch)
treecbe6fc619ace158722a503e9ece22f67f911196f /themes
parentd757a83ff5b9d9e1eb2962857bf080c001bcfe9d (diff)
pref-feeds tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/compat/theme.css3
-rw-r--r--themes/graycube/theme.css4
2 files changed, 7 insertions, 0 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index ef6cf14cc..fcda0b431 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -950,3 +950,6 @@ div.infoBoxContents a {
color : #5050aa;
}
+a.visibleLink {
+ color : gray;
+}
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index fd9b24e35..8eacb1286 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -466,3 +466,7 @@ div.topLinks a {
div.topLinks a:hover {
color : gray;
}
+
+a.visibleLink {
+ color : gray;
+}