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

master
fox 4 years ago committed by Gogs
commit a90d42a556

@ -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…
Cancel
Save