1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

Merge branch 'disable-mobile-safari-context-menu' of JustAMacUser/tt-rss into master

This commit is contained in:
fox
2020-11-01 05:45:48 +00:00
committed by Gogs
6 changed files with 25 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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 {

View File

@@ -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;
}

View File

@@ -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;
}