summaryrefslogtreecommitdiff
path: root/themes/night.css
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/night.css
parentbbb47b5d62204e657c470724c981f0527772baae (diff)
fix tree expando being invisible on selected tree nodes
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css3
1 files changed, 3 insertions, 0 deletions
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;