Skip to content

Instantly share code, notes, and snippets.

@mfields
Created June 24, 2011 02:19
Show Gist options
  • Select an option

  • Save mfields/1044098 to your computer and use it in GitHub Desktop.

Select an option

Save mfields/1044098 to your computer and use it in GitHub Desktop.
CSS Hide Selection
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment