Skip to content

Instantly share code, notes, and snippets.

@parrfolio
Created May 17, 2011 21:14
Show Gist options
  • Save parrfolio/977417 to your computer and use it in GitHub Desktop.
Save parrfolio/977417 to your computer and use it in GitHub Desktop.
CSS3 User Select
#foo {
-webkit-user-select: red;
-moz-user-select: red
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment