mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 11:09:19 +00:00
normalize archived articles output in headlines
This commit is contained in:
@@ -998,6 +998,9 @@ body.ttrss_main i.icon-syndicate {
|
||||
border: 1px solid #ff7c4b;
|
||||
border-radius: 4px;
|
||||
}
|
||||
body.ttrss_main i.icon-no-feed {
|
||||
opacity: 0.2;
|
||||
}
|
||||
body.ttrss_main .cdm.marked .left i.marked-pic,
|
||||
body.ttrss_main .hl.marked .left i.marked-pic {
|
||||
color: #ffc069;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1180,6 +1180,10 @@ body.ttrss_main {
|
||||
border-radius : 4px;
|
||||
}
|
||||
|
||||
i.icon-no-feed {
|
||||
opacity : 0.2;
|
||||
}
|
||||
|
||||
.cdm.marked .left i.marked-pic,
|
||||
.hl.marked .left i.marked-pic {
|
||||
color : @color-marked;
|
||||
|
||||
Reference in New Issue
Block a user