summaryrefslogtreecommitdiff
path: root/themes/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/light.css b/themes/light.css
index a5548d4ff..f0218f659 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1528,6 +1528,9 @@ body.ttrss_prefs .dijitTree#labelTree .dijitTreeIcon,
body.ttrss_prefs .dijitTree#filterTree .dijitTreeIcon {
display: none;
}
+body.ttrss_prefs .dijitTree .dijitTreeRow.dijitTreeRowSelected .dijitTreeExpando {
+ color: white;
+}
body.ttrss_prefs .dijitAccordionTitle i.material-icons {
top: -1px;
position: relative;
@@ -1945,9 +1948,6 @@ body.ttrss_utility.share_popup .content {
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color: white;
}
-.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected .dijitTreeExpando {
- color: white;
-}
.flat .dijitTree .labelParam {
float: right;
margin-right: 16px;