Skip to content

Instantly share code, notes, and snippets.

@mtmzorro
Created July 16, 2013 06:58
Show Gist options
  • Save mtmzorro/6006404 to your computer and use it in GitHub Desktop.
Save mtmzorro/6006404 to your computer and use it in GitHub Desktop.
text unselectable 文字无法选中
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment