blob: 0305e2df2aa8086bd585b04b71d1171a181cd5d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* jQuery UI Selectable @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|