pref-filters: add a button to hide or show rules in the filter list

This commit is contained in:
Andrew Dolgov
2022-06-05 11:41:28 +03:00
parent 185234bc67
commit fc84712135
9 changed files with 45 additions and 2 deletions

View File

@@ -1728,6 +1728,9 @@ body.ttrss_utility fieldset > label.checkbox {
display: inline;
font-weight: normal;
}
body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules {
display: none;
}
body.ttrss_utility.sanity_failed {
background: #900;
}