summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/draggable.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/draggable.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/draggable.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/draggable.css b/xstatic/pkg/jquery_ui/data/themes/base/draggable.css
new file mode 100644
index 0000000..53df44d
--- /dev/null
+++ b/xstatic/pkg/jquery_ui/data/themes/base/draggable.css
@@ -0,0 +1,12 @@
+/*!
+ * jQuery UI Draggable 1.12.0
+ * http://jqueryui.com
+ *
+ * Copyright jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ */
+.ui-draggable-handle {
+ -ms-touch-action: none;
+ touch-action: none;
+}