summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/dijit_basic.less4
-rw-r--r--themes/light/prefs.less6
2 files changed, 6 insertions, 4 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index 30451963b..f29461530 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -141,10 +141,6 @@
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color : white;
-
- .dijitTreeExpando {
- color : white;
- }
}
/*.dijitTreeRow .dijitTreeExpando {
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 58677a27f..e13358956 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -48,6 +48,12 @@ body.ttrss_prefs {
display : none;
}
+ .dijitTree .dijitTreeRow.dijitTreeRowSelected {
+ .dijitTreeExpando {
+ color : white;
+ }
+ }
+
.dijitAccordionTitle i.material-icons {
top : -1px;
position : relative;