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