1
0
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:
Andrew Dolgov
2018-12-06 19:00:11 +03:00
parent 544b5049b4
commit e9cf8e8e35
4 changed files with 20 additions and 10 deletions

View File

@@ -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

View File

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