summaryrefslogtreecommitdiff
path: root/themes/compact.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/compact.css')
-rw-r--r--themes/compact.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 6ede3a78e..ef4464ed3 100644
--- a/themes/compact.css
+++ b/themes/compact.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 #ddd;
background: #f5f5f5;