Guest User

Untitled

a guest
Dec 13th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /*
  2. * A CSS class to protect content from user copy and user selection
  3. */
  4. .nocopy {
  5. -webkit-touch-callout: none;
  6. -webkit-user-select: none;
  7. -khtml-user-select: none;
  8. -moz-user-select: none;
  9. -ms-user-select: none;
  10. user-select: none;
  11. }
Add Comment
Please, Sign In to add comment