summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-06-05 11:41:28 +0300
committerAndrew Dolgov <[email protected]>2022-06-05 11:41:28 +0300
commitfc847121352d4b0e54e046473420d35cac255a62 (patch)
treed24fdefd5fd5703c527e56318b5786322b125765 /themes/night_blue.css
parent185234bc67023640a0890daf69faeaa0df8575da (diff)
pref-filters: add a button to hide or show rules in the filter list
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 458db3616..22ba4fd17 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1729,6 +1729,9 @@ body.ttrss_utility fieldset > label.checkbox {
display: inline;
font-weight: normal;
}
+body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules {
+ display: none;
+}
.flat {
/*#feedTree {
.dijitTreeContent .dijitInline {