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/compact.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/compact.css') diff --git a/themes/compact.css b/themes/compact.css index 11e05550d..76a532b15 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -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; } -- cgit v1.2.3