mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-26 19:23:24 +08:00
routine update
This commit is contained in:
17
OpenAuth.Mvc/Content/plugins/jQueryUI/base/selectable.css
Normal file
17
OpenAuth.Mvc/Content/plugins/jQueryUI/base/selectable.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user