1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 05:49:14 +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

@@ -341,31 +341,6 @@ div#floatingTitle.Unread a.title {
color : black;
}
.cdm.high .header {
a.title.high,
.excerpt,
span.author {
color : #00aa00;
}
}
.cdm.Unread.high .header {
a.title.high,
.excerpt,
span.author {
color : #00dd00;
}
}
.cdm .header a.title.low,
.cdm.low .header .excerpt,
.cdm.Unread .header a.title.low,
.cdm.Unread.low .header .excerpt,
.cdm.low .header span.author {
color : #909090;
text-decoration : line-through;
}
.cdm.expandable {
background-color : #f0f0f0;
border: 0px solid #ddd;