summaryrefslogtreecommitdiff
path: root/themes
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
parent5738e422b5b8e4cf71559f4af39626240acde15f (diff)
Disable mobile Safari right-click menu on headlines.
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css4
-rw-r--r--themes/compact_night.css4
-rw-r--r--themes/light.css4
-rw-r--r--themes/light/tt-rss.less5
-rw-r--r--themes/night.css4
-rw-r--r--themes/night_blue.css4
6 files changed, 25 insertions, 0 deletions
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;
}
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;
}
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;
}
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index b3fba8cf9..87de9c621 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -782,6 +782,11 @@ body.ttrss_main {
div.feed-title a:hover {
color: @color-link;
}
+
+ span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ }
}
#toolbar-frame_splitter {
diff --git a/themes/night.css b/themes/night.css
index 7edc043a0..468af78c7 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -669,6 +669,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;
}
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 09a996262..9a3f57850 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -669,6 +669,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;
}