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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user