minor css fixes (re: tree)
This commit is contained in:
parent
fbaa5ea857
commit
7d5be47a2e
|
@ -1592,7 +1592,7 @@ body.ttrss_prefs hr {
|
||||||
.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
|
.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
|
||||||
color: #257aa7;
|
color: #257aa7;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .dijitTreeNode:not(.dijitTreeNodeHover) .dijitTreeRowSelected {
|
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .labelParam {
|
.flat .dijitTree .labelParam {
|
||||||
|
@ -1615,6 +1615,9 @@ body.ttrss_prefs hr {
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
.flat .dijitTree .dijitTreeRowSelected .filterRules span {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.flat .dijitTree .dijitTreeContainer {
|
.flat .dijitTree .dijitTreeContainer {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -74,7 +74,7 @@
|
||||||
color : @color-accent;
|
color : @color-accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitTreeNode:not(.dijitTreeNodeHover) .dijitTreeRowSelected {
|
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
|
||||||
color : white;
|
color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,6 +102,10 @@
|
||||||
line-height : normal;
|
line-height : normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dijitTreeRowSelected .filterRules span {
|
||||||
|
color : white;
|
||||||
|
}
|
||||||
|
|
||||||
.dijitTreeContainer {
|
.dijitTreeContainer {
|
||||||
max-width : 100%;
|
max-width : 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1592,7 +1592,7 @@ body.ttrss_prefs hr {
|
||||||
.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
|
.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
|
||||||
color: #257aa7;
|
color: #257aa7;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .dijitTreeNode:not(.dijitTreeNodeHover) .dijitTreeRowSelected {
|
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .labelParam {
|
.flat .dijitTree .labelParam {
|
||||||
|
@ -1615,6 +1615,9 @@ body.ttrss_prefs hr {
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
.flat .dijitTree .dijitTreeRowSelected .filterRules span {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.flat .dijitTree .dijitTreeContainer {
|
.flat .dijitTree .dijitTreeContainer {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue