Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/HexGL/css/touchcontroller.css
4626 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