1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

show disabled feeds in pref feed tree, use opacity instead of fixed gray color

This commit is contained in:
Andrew Dolgov
2018-12-08 16:10:37 +03:00
parent b96beeeda7
commit cf1ef002bc
6 changed files with 17 additions and 13 deletions
+4 -4
View File
@@ -735,10 +735,6 @@ body.ttrss_main {
color : red;
}
.dijitTreeRow.UpdatesDisabled .dijitTreeLabel {
color : #909090;
}
.dijitTreeNode .dijitTreeRow {
border : 1px solid transparent;
}
@@ -1155,6 +1151,10 @@ body.ttrss_main {
opacity : 0.2;
}
.dijitTreeRow.UpdatesDisabled .dijitTreeLabel {
opacity : 0.5;
}
#floatingTitle.marked i.marked-pic,
.cdm.marked .left i.marked-pic,
.hl.marked .left i.marked-pic {