fix selected feedtree item being invisible in dark theme

This commit is contained in:
Andrew Dolgov
2021-03-16 07:13:10 +03:00
parent 1870fe172b
commit f81a579386
6 changed files with 6 additions and 6 deletions

View File

@@ -563,7 +563,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.dijitTreeRo
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
border-color: #ddd transparent;
background: white;
color: #333;
color: #555;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.feed-icon {
margin-right: 2px;