summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 13:57:54 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 13:57:54 +0300
commit42780ddeb3fd04d2361ad40c1403a77cc794820a (patch)
tree148e392c1bcd87e18259e2c98833b2e19b7f1bae /themes/night.css
parent302cffb1a77dd62746fcbb4aec6982f14a344719 (diff)
in grouped mode, don't display feed titles twice
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index f9b8edecd..2ce1ebd05 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -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;