Advertisement
rdsedmundo

index.css

Oct 5th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. * {
  2.     -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
  3.     -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
  4.     -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
  5.     -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement