summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-10-15 13:40:04 +0300
committerAndrew Dolgov <[email protected]>2022-10-15 13:43:42 +0300
commitb7027619417dff16ff99de648b8281c2fc34dc54 (patch)
treecf0daf4c40b7b7bbcea7b3672622f92a03d5ae06 /themes
parentbbb47b5d62204e657c470724c981f0527772baae (diff)
fix tree expando being invisible on selected tree nodes
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css3
-rw-r--r--themes/compact_night.css3
-rw-r--r--themes/light-high-contrast.css3
-rw-r--r--themes/light.css3
-rw-r--r--themes/light/dijit_basic.less4
-rw-r--r--themes/night.css3
-rw-r--r--themes/night_blue.css3
7 files changed, 22 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index c58d4c419..b8a35a0b5 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1945,6 +1945,9 @@ 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;
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 761294d86..c503f70c5 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1847,6 +1847,9 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules {
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color: white;
}
+.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected .dijitTreeExpando {
+ color: white;
+}
.flat .dijitTree .labelParam {
float: right;
margin-right: 16px;
diff --git a/themes/light-high-contrast.css b/themes/light-high-contrast.css
index 12fcb877d..0fa7b82b9 100644
--- a/themes/light-high-contrast.css
+++ b/themes/light-high-contrast.css
@@ -1945,6 +1945,9 @@ 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;
diff --git a/themes/light.css b/themes/light.css
index 82a84c604..a5548d4ff 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1945,6 +1945,9 @@ 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;
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index f29461530..30451963b 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -141,6 +141,10 @@
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color : white;
+
+ .dijitTreeExpando {
+ color : white;
+ }
}
/*.dijitTreeRow .dijitTreeExpando {
diff --git a/themes/night.css b/themes/night.css
index 0bb02e2eb..5a82594d0 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1848,6 +1848,9 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules {
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color: white;
}
+.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected .dijitTreeExpando {
+ color: white;
+}
.flat .dijitTree .labelParam {
float: right;
margin-right: 16px;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 5f9f6b0e6..1245fd6bf 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1848,6 +1848,9 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules {
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color: white;
}
+.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected .dijitTreeExpando {
+ color: white;
+}
.flat .dijitTree .labelParam {
float: right;
margin-right: 16px;