summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/prefs.less')
-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;
+ }
+}