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