1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

in grouped mode, don't display feed titles twice

This commit is contained in:
Andrew Dolgov
2018-12-09 13:57:54 +03:00
parent 302cffb1a7
commit 42780ddeb3
7 changed files with 23 additions and 2 deletions

View File

@@ -268,6 +268,9 @@ body.ttrss_main .hl a.title.high,
body.ttrss_main .hl span.hl-content.high .preview {
color: #00aa00;
}
body.ttrss_main .hl.vgrlf .feed {
display: none;
}
body.ttrss_main .hl.Unread {
background: white;
}
@@ -1161,6 +1164,9 @@ div.cdm.expanded.Unread div.content {
div.cdm.active div.content {
color: black;
}
div.cdm.vgrlf .feed {
display: none;
}
.cdm div.feed-title {
border: 0px solid #b87d2c;
border-bottom-width: 1px;

File diff suppressed because one or more lines are too long