Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Incognito-old
Path: blob/main/static/src/gs/public/hexgl/css/touchcontroller.css
1324 views
1
* {
2
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
3
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
4
/* make transparent link selection, adjust last value opacity 0 to 1.0 */
5
-webkit-tap-highlight-color: rgba(0,0,0,0);
6
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
7
-webkit-tap-highlight-color: rgba(0,0,0,0);
8
}
9