2012-02-27 00:49:51 +00:00
|
|
|
/*!
|
2010-07-14 19:55:54 +00:00
|
|
|
* jQuery UI Selectable @VERSION
|
2012-07-04 13:08:08 +00:00
|
|
|
* http://jqueryui.com
|
2010-07-14 19:55:54 +00:00
|
|
|
*
|
2014-01-29 03:25:02 +00:00
|
|
|
* Copyright 2014 jQuery Foundation and other contributors
|
2012-08-09 14:13:24 +00:00
|
|
|
* Released under the MIT license.
|
2010-07-14 19:55:54 +00:00
|
|
|
* http://jquery.org/license
|
|
|
|
*/
|
2013-12-13 03:10:06 +00:00
|
|
|
.ui-selectable {
|
|
|
|
-ms-touch-action: none;
|
|
|
|
touch-action: none;
|
|
|
|
}
|
2012-11-20 00:29:01 +00:00
|
|
|
.ui-selectable-helper {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
border: 1px dotted black;
|
|
|
|
}
|