]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
add link to wiki on filter pref page
[tt-rss.git] / tt-rss.css
index 5cb6e894794a6c3cf598aa39c2640eff293ac41b..0c61e16ac8cebd26e3150043e5dca6279287acaa 100644 (file)
@@ -489,6 +489,14 @@ div.infoBoxContents td {
        font-size : small;
 }
 
+div.infoBoxContents a {
+       color : #4684ff;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
+}
+
 div.helpResponse h1, div.infoBoxContents h1 {
 /*        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -610,6 +618,14 @@ span.insensitive, div.insensitive {
        color : gray;
 }
 
+.insensitive a {
+       color : #4684ff;
+}
+
+.insensitive a:hover {
+       color : black;
+}
+
 .prefGenericAddBox {
        font-size : small;
 }