1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 00:21:29 +00:00

rework scoring display, JS processing and icons

This commit is contained in:
Andrew Dolgov
2018-12-06 14:23:45 +03:00
parent b09a58a570
commit d2d2cb7e7d
10 changed files with 88 additions and 126 deletions

View File

@@ -296,16 +296,6 @@ body.ttrss_main {
}
}
.hl.Unread a.title.high, .hl.Unread span.hl-content.high .preview {
color : #00dd00;
}
.hl a.title.low, span.hl-content.low .preview,
.hl.Unread a.title.low, .hl.Unread span.hl-content.low .preview {
color : #909090;
text-decoration : line-through;
}
.hl.Unread div.title a {
color : black;
}
@@ -1195,6 +1185,18 @@ body.ttrss_main {
color : @color-published;
}
.score-high i.icon-score {
color : @color-enabled;
}
.score-low i.icon-score {
color : #500;
}
.score-neutral i.icon-score {
opacity : 0.5;
}
}
::selection {