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/light.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/light.css') diff --git a/themes/light.css b/themes/light.css index d713e071d..0f911c1f3 100644 --- a/themes/light.css +++ b/themes/light.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