mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 18: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 {
|
body.ttrss_main #headlines-frame div.feed-title a:hover {
|
||||||
color: #257aa7;
|
color: #257aa7;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main #headlines-frame span.hlMenuAttach {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-frame_splitter {
|
body.ttrss_main #toolbar-frame_splitter {
|
||||||
display: none;
|
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 {
|
body.ttrss_main #headlines-frame div.feed-title a:hover {
|
||||||
color: #b87d2c;
|
color: #b87d2c;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main #headlines-frame span.hlMenuAttach {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-frame_splitter {
|
body.ttrss_main #toolbar-frame_splitter {
|
||||||
display: none;
|
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 {
|
body.ttrss_main #headlines-frame div.feed-title a:hover {
|
||||||
color: #257aa7;
|
color: #257aa7;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main #headlines-frame span.hlMenuAttach {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-frame_splitter {
|
body.ttrss_main #toolbar-frame_splitter {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -782,6 +782,11 @@ body.ttrss_main {
|
|||||||
div.feed-title a:hover {
|
div.feed-title a:hover {
|
||||||
color: @color-link;
|
color: @color-link;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.hlMenuAttach {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar-frame_splitter {
|
#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 {
|
body.ttrss_main #headlines-frame div.feed-title a:hover {
|
||||||
color: #b87d2c;
|
color: #b87d2c;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main #headlines-frame span.hlMenuAttach {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-frame_splitter {
|
body.ttrss_main #toolbar-frame_splitter {
|
||||||
display: none;
|
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 {
|
body.ttrss_main #headlines-frame div.feed-title a:hover {
|
||||||
color: #257aa7;
|
color: #257aa7;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main #headlines-frame span.hlMenuAttach {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
body.ttrss_main #toolbar-frame_splitter {
|
body.ttrss_main #toolbar-frame_splitter {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user