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:
+4
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user