summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2020-10-31 21:20:48 -0400
committerJustAMacUser <[email protected]>2020-10-31 21:20:48 -0400
commit7f381300044045fc93b0ebc44bfcc04600e0e529 (patch)
treec571b103cd1e7a4e77f16e5cdeb08aab46221f4a /themes/compact_night.css
parent5738e422b5b8e4cf71559f4af39626240acde15f (diff)
Disable mobile Safari right-click menu on headlines.
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index b47a8821e..6ba621955 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -668,6 +668,10 @@ body.ttrss_main #headlines-frame div.feed-title a {
body.ttrss_main #headlines-frame div.feed-title a:hover {
color: #b87d2c;
}
+body.ttrss_main #headlines-frame span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}