colorbox_swipe.css in Colorbox Swipe Gestures Support 7
/** * Prevent unwanted selection that may happen on swipe. */ #colorbox { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; }
File
colorbox_swipe.cssView source
- /**
- * Prevent unwanted selection that may happen on swipe.
- */
- #colorbox {
- -moz-user-select: none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- }