Disable mobile Safari right-click menu on headlines.
This commit is contained in:
parent
5738e422b5
commit
7f38130004
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue