Skip to content

Instantly share code, notes, and snippets.

@philippeowagner
Forked from mwbrooks/style.css
Created May 29, 2013 11:18
Show Gist options
  • Save philippeowagner/5669572 to your computer and use it in GitHub Desktop.
Save philippeowagner/5669572 to your computer and use it in GitHub Desktop.
* {
-webkit-touch-callout:none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust:none; /* prevent webkit from resizing text to fit */
-webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
-webkit-user-select:none; /* prevent copy paste, to allow, change 'none' to 'text' */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment