From 20d6aaa9ab976d3e044fbd7ad2b1167260cc213c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 Dec 2022 21:19:28 +0300 Subject: [PATCH] limit tree expando white color to prefs --- themes/compact.css | 6 +++--- themes/compact_night.css | 6 +++--- themes/light-high-contrast.css | 6 +++--- themes/light.css | 6 +++--- themes/light/dijit_basic.less | 4 ---- themes/light/prefs.less | 6 ++++++ themes/night.css | 6 +++--- themes/night_blue.css | 6 +++--- 8 files changed, 24 insertions(+), 22 deletions(-) diff --git a/themes/compact.css b/themes/compact.css index b8a35a0b5..952187e63 100644 --- a/themes/compact.css +++ b/themes/compact.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; diff --git a/themes/compact_night.css b/themes/compact_night.css index c503f70c5..7342b5710 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.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; @@ -1847,9 +1850,6 @@ 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 0fa7b82b9..0d7fcbaa0 100644 --- a/themes/light-high-contrast.css +++ b/themes/light-high-contrast.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; 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; diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index 30451963b..f29461530 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -141,10 +141,6 @@ .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected { color : white; - - .dijitTreeExpando { - color : white; - } } /*.dijitTreeRow .dijitTreeExpando { 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; diff --git a/themes/night.css b/themes/night.css index 5a82594d0..4c6788c2e 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1529,6 +1529,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; @@ -1848,9 +1851,6 @@ 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 1245fd6bf..90b365473 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -1529,6 +1529,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; @@ -1848,9 +1851,6 @@ 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;