summaryrefslogtreecommitdiff
path: root/themes/light
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/light
parent185234bc67023640a0890daf69faeaa0df8575da (diff)
pref-filters: add a button to hide or show rules in the filter list
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/prefs.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 927181aae..58677a27f 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -300,3 +300,9 @@ body.ttrss_utility {
font-weight : normal;
}
}
+
+body.ttrss_prefs[hide-filter-rules="true"] {
+ ul.filterRules {
+ display : none;
+ }
+}