summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-13 11:35:15 +0300
committerAndrew Dolgov <[email protected]>2021-03-13 11:35:15 +0300
commit2f402d598d7b40acb4380b10924d2bcbe864ab27 (patch)
treee371f4932923a0e2ed7c9aa593997a13dd65559b /themes/compact_night.css
parent38ab3ef11cc61889dfd617ea828f9d6538ca6d6d (diff)
only show right-side feed icon for vfeeds
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 4e75a4935..0edf5ca1c 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -663,7 +663,10 @@ body.ttrss_main #headlines-frame {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
-body.ttrss_main #headlines-frame[data-is-vfeed="false"] .header .feed {
+body.ttrss_main #headlines-frame[data-is-vfeed="false"] .header .feed,
+body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .feed,
+body.ttrss_main #headlines-frame[data-is-vfeed="false"] .header .icon-feed,
+body.ttrss_main #headlines-frame[data-is-vfeed="false"] .hl .icon-feed {
display: none;
}
body.ttrss_main #headlines-frame[data-auto-catchup="true"] #headlines-spacer {
@@ -988,6 +991,9 @@ body.ttrss_main i.icon-grid-span {
body.ttrss_main .icon-grid-span {
display: none;
}
+body.ttrss_main .icon-feed {
+ cursor: pointer;
+}
body.ttrss_main .panel {
border: 1px solid #222;
background: #222;