Skip to content

Instantly share code, notes, and snippets.

@proframework
Created October 10, 2013 01:47
Show Gist options
  • Save proframework/6911788 to your computer and use it in GitHub Desktop.
Save proframework/6911788 to your computer and use it in GitHub Desktop.
Remove blue image highlight in firefox
.soliloquy img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-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