summaryrefslogtreecommitdiff
path: root/themes/night.css
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 /themes/night.css
parent8ea537123d1cef38f25f9fbe92e3a9c0f89de55a (diff)
limit tree expando white color to prefs
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 3 insertions, 3 deletions
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;