mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
minor css fixes (re: tree)
This commit is contained in:
@@ -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
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user