aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/selectable.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base/selectable.css')
-rw-r--r--themes/base/selectable.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/base/selectable.css b/themes/base/selectable.css
new file mode 100644
index 000000000..4fae8d149
--- /dev/null
+++ b/themes/base/selectable.css
@@ -0,0 +1,17 @@
+/*!
+ * jQuery UI Selectable @VERSION
+ * http://jqueryui.com
+ *
+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ */
+.ui-selectable {
+ -ms-touch-action: none;
+ touch-action: none;
+}
+.ui-selectable-helper {
+ position: absolute;
+ z-index: 100;
+ border: 1px dotted black;
+}