From b7027619417dff16ff99de648b8281c2fc34dc54 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 15 Oct 2022 13:40:04 +0300 Subject: fix tree expando being invisible on selected tree nodes --- themes/compact_night.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/compact_night.css') 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; -- cgit v1.2.3