From 7f381300044045fc93b0ebc44bfcc04600e0e529 Mon Sep 17 00:00:00 2001 From: JustAMacUser Date: Sat, 31 Oct 2020 21:20:48 -0400 Subject: Disable mobile Safari right-click menu on headlines. --- themes/compact.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/compact.css') diff --git a/themes/compact.css b/themes/compact.css index c8323cbe4..add70f1f2 100644 --- a/themes/compact.css +++ b/themes/compact.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: #257aa7; } +body.ttrss_main #headlines-frame span.hlMenuAttach { + -webkit-touch-callout: none; + -webkit-user-select: none; +} body.ttrss_main #toolbar-frame_splitter { display: none; } -- cgit v1.2.3