1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

make disabled filter rules easier to discern

show if filter set match_any_rule on the overview
This commit is contained in:
Andrew Dolgov
2015-08-17 12:33:07 +03:00
parent 961cae85a4
commit e17079dcef
3 changed files with 11 additions and 6 deletions

View File

@@ -42,9 +42,10 @@
margin-right : 1em;
}
.claro .dijitTree .dijitTreeLabel.Disabled,
.claro .dijitTree .labelParam.Disabled {
.claro .dijitTree .dijitTreeLabel.filterDisabled,
.claro .dijitTree .labelParam.filterDisabled {
color : #555;
text-decoration: line-through;
}
.claro .dijitTreeRow.Error {