stuppid_bot

Disable selection

Sep 4th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1.           .noselect {
  2.                 -webkit-touch-callout: none;
  3.                 -webkit-user-select: none;
  4.                 -khtml-user-select: none;
  5.                 -moz-user-select: none;
  6.                 -ms-user-select: none;
  7.                 user-select: none;
  8.                 -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  9.             }
Advertisement
Add Comment
Please, Sign In to add comment