From fc847121352d4b0e54e046473420d35cac255a62 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 5 Jun 2022 11:41:28 +0300 Subject: pref-filters: add a button to hide or show rules in the filter list --- themes/light/prefs.less | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/light/prefs.less') 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; + } +} -- cgit v1.2.3