1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 08:59:13 +00:00

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

@@ -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%;
}