You are here

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.css
View source
  1. /**
  2. * Prevent unwanted selection that may happen on swipe.
  3. */
  4. #colorbox {
  5. -moz-user-select: none;
  6. -khtml-user-select: none;
  7. -webkit-user-select: none;
  8. user-select: none;
  9. }