fix tree expando being invisible on selected tree nodes
This commit is contained in:
parent
bbb47b5d62
commit
b702761941
|
@ -1945,6 +1945,9 @@ 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;
|
||||
|
|
|
@ -1847,6 +1847,9 @@ 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;
|
||||
|
|
|
@ -1945,6 +1945,9 @@ 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;
|
||||
|
|
|
@ -1945,6 +1945,9 @@ 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;
|
||||
|
|
|
@ -141,6 +141,10 @@
|
|||
|
||||
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
|
||||
color : white;
|
||||
|
||||
.dijitTreeExpando {
|
||||
color : white;
|
||||
}
|
||||
}
|
||||
|
||||
/*.dijitTreeRow .dijitTreeExpando {
|
||||
|
|
|
@ -1848,6 +1848,9 @@ 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;
|
||||
|
|
|
@ -1848,6 +1848,9 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue