minor css fixes (re: tree)

This commit is contained in:
Andrew Dolgov 2018-12-06 08:40:56 +03:00
parent fbaa5ea857
commit 7d5be47a2e
5 changed files with 15 additions and 5 deletions

View File

@ -1592,7 +1592,7 @@ body.ttrss_prefs hr {
.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
color: #257aa7;
}
.flat .dijitTree .dijitTreeNode:not(.dijitTreeNodeHover) .dijitTreeRowSelected {
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color: white;
}
.flat .dijitTree .labelParam {
@ -1615,6 +1615,9 @@ body.ttrss_prefs hr {
margin-left: 100px;
line-height: normal;
}
.flat .dijitTree .dijitTreeRowSelected .filterRules span {
color: white;
}
.flat .dijitTree .dijitTreeContainer {
max-width: 100%;
}

File diff suppressed because one or more lines are too long

View File

@ -74,7 +74,7 @@
color : @color-accent;
}
.dijitTreeNode:not(.dijitTreeNodeHover) .dijitTreeRowSelected {
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color : white;
}
@ -102,6 +102,10 @@
line-height : normal;
}
.dijitTreeRowSelected .filterRules span {
color : white;
}
.dijitTreeContainer {
max-width : 100%;
}

View File

@ -1592,7 +1592,7 @@ body.ttrss_prefs hr {
.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
color: #257aa7;
}
.flat .dijitTree .dijitTreeNode:not(.dijitTreeNodeHover) .dijitTreeRowSelected {
.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color: white;
}
.flat .dijitTree .labelParam {
@ -1615,6 +1615,9 @@ body.ttrss_prefs hr {
margin-left: 100px;
line-height: normal;
}
.flat .dijitTree .dijitTreeRowSelected .filterRules span {
color: white;
}
.flat .dijitTree .dijitTreeContainer {
max-width: 100%;
}

File diff suppressed because one or more lines are too long