summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorfox <[email protected]>2020-11-01 05:45:48 +0000
committerGogs <[email protected]>2020-11-01 05:45:48 +0000
commita90d42a556d01bb7376538eb2d5db7d5e52edaf2 (patch)
treec571b103cd1e7a4e77f16e5cdeb08aab46221f4a /themes/compact_night.css
parent5738e422b5b8e4cf71559f4af39626240acde15f (diff)
parent7f381300044045fc93b0ebc44bfcc04600e0e529 (diff)
Merge branch 'disable-mobile-safari-context-menu' of JustAMacUser/tt-rss into master
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;
}