add link to wiki on filter pref page
This commit is contained in:
parent
c2d9322b7f
commit
d4d6d52848
|
@ -339,6 +339,10 @@
|
||||||
|
|
||||||
print "</p>";
|
print "</p>";
|
||||||
|
|
||||||
|
print "<div class=\"insensitive\" style=\"float : right\">See
|
||||||
|
<a target=\"_new\" href=\"http://tt-rss.spb.ru/trac/wiki/ContentFilters\">this page</a>
|
||||||
|
for additional information on filtering</div>";
|
||||||
|
|
||||||
/* print "<div class=\"insensitive\" style=\"float : right\">
|
/* print "<div class=\"insensitive\" style=\"float : right\">
|
||||||
First matching filter is used, filtering is performed
|
First matching filter is used, filtering is performed
|
||||||
when importing articles from the feed.</div>"; */
|
when importing articles from the feed.</div>"; */
|
||||||
|
|
|
@ -463,3 +463,11 @@ ul.headlineDropdownMenu ul li:hover {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.insensitive a {
|
||||||
|
color : gray;
|
||||||
|
text-decoration : underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.insensitive a:hover {
|
||||||
|
color : black;
|
||||||
|
}
|
||||||
|
|
|
@ -618,6 +618,14 @@ span.insensitive, div.insensitive {
|
||||||
color : gray;
|
color : gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.insensitive a {
|
||||||
|
color : #4684ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.insensitive a:hover {
|
||||||
|
color : black;
|
||||||
|
}
|
||||||
|
|
||||||
.prefGenericAddBox {
|
.prefGenericAddBox {
|
||||||
font-size : small;
|
font-size : small;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue