summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
commit814e49f8f78c349b471726c01d7a7cd2eb5121c3 (patch)
tree8c43323f673478d24885723ce5316a9f8262b8d2 /themes/night.css
parent7d5be47a2e0e6ddc545fa9db3ed8844f67f42ffd (diff)
add icons to accordion panels in preferences
fix typo in pref-prefs closing panel tag
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index a7ec5c106..016e064c9 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1437,6 +1437,13 @@ body.ttrss_prefs .dijitTree#labelTree .dijitTreeIcon,
body.ttrss_prefs .dijitTree#filterTree .dijitTreeIcon {
display: none;
}
+body.ttrss_prefs .dijitAccordionTitle i.material-icons {
+ top: -1px;
+ position: relative;
+}
+body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons {
+ color: white;
+}
body.ttrss_prefs #pref-filter-wrap,
body.ttrss_prefs #pref-filter-header,
body.ttrss_prefs #pref-filter-content,