mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:25:55 +00:00
Disable mobile Safari right-click menu on headlines.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user