summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-19 21:19:28 +0300
committerAndrew Dolgov <[email protected]>2022-12-19 21:19:28 +0300
commit20d6aaa9ab976d3e044fbd7ad2b1167260cc213c (patch)
tree6eb729ff53f1f3beeb56f99c9751ccd9695a1f5a
parent8ea537123d1cef38f25f9fbe92e3a9c0f89de55a (diff)
limit tree expando white color to prefs
-rw-r--r--themes/compact.css6
-rw-r--r--themes/compact_night.css6
-rw-r--r--themes/light-high-contrast.css6
-rw-r--r--themes/light.css6
-rw-r--r--themes/light/dijit_basic.less4
-rw-r--r--themes/light/prefs.less6
-rw-r--r--themes/night.css6
-rw-r--r--themes/night_blue.css6
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;