From: Andrew Dolgov Date: Tue, 30 Jan 2007 17:17:34 +0000 (+0100) Subject: add link to wiki on filter pref page X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d4d6d5284848d13ac9724e33a93573efe98823c9;p=tt-rss.git add link to wiki on filter pref page --- diff --git a/modules/pref-filters.php b/modules/pref-filters.php index cbd94214..14015b55 100644 --- a/modules/pref-filters.php +++ b/modules/pref-filters.php @@ -339,6 +339,10 @@ print "

"; + print "
See + this page + for additional information on filtering
"; + /* print "
First matching filter is used, filtering is performed when importing articles from the feed.
"; */ diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 97d45c92..9d049033 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; +} diff --git a/tt-rss.css b/tt-rss.css index 1f95142c..0c61e16a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -618,6 +618,14 @@ span.insensitive, div.insensitive { color : gray; } +.insensitive a { + color : #4684ff; +} + +.insensitive a:hover { + color : black; +} + .prefGenericAddBox { font-size : small; }