diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index cbd942142..14015b559 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 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;
+}
diff --git a/tt-rss.css b/tt-rss.css
index 1f95142c6..0c61e16ac 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;
}