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/prefs.less | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/light/prefs.less') 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; -- cgit v1.2.3-54-g00ecf