workflowengine.net 结构调整

This commit is contained in:
yubaolee
2016-08-22 16:11:46 +08:00
parent 9019e30f75
commit b31ea86fc3
111 changed files with 20730 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*!
* jQuery UI Selectable 1.11.4
* http://jqueryui.com
*
* Copyright 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;
}