aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/selectable.css
blob: e2c0a1bb7ec24ee4f5d1c7922d75d2207791efb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
 * jQuery UI Selectable 1.14.0-beta.2
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}