From 20d6aaa9ab976d3e044fbd7ad2b1167260cc213c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 Dec 2022 21:19:28 +0300 Subject: limit tree expando white color to prefs --- themes/light.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/light.css') 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; -- cgit v1.2.3