mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 23:49:16 +00:00
fix broken highlighting of high-scored rows
This commit is contained in:
@@ -606,20 +606,15 @@ div#headlines-frame.wide .hlTitle {
|
||||
white-space : normal;
|
||||
}
|
||||
|
||||
.hlContentH a, .hlContentH span {
|
||||
color : #00cc00;
|
||||
.hl a.title.high, span.hlContent.high .contentPreview {
|
||||
color : #00aa00;
|
||||
}
|
||||
.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
|
||||
color : #00dd00;
|
||||
}
|
||||
|
||||
.hlContentL a, .hlContentL span {
|
||||
color : #909090;
|
||||
text-decoration : line-through;
|
||||
}
|
||||
|
||||
span.titleWrapH, span.titleWrapH a {
|
||||
color : #00cc00;
|
||||
}
|
||||
|
||||
span.titleWrapL, span.titleWrapL a {
|
||||
.hl a.title.low, span.hlContent.low .contentPreview,
|
||||
.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
|
||||
color : #909090;
|
||||
text-decoration : line-through;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user