source: trunk/themes/default/js/ui/theme/jquery.ui.selectable.css @ 28780

Last change on this file since 28780 was 28780, checked in by rvelices, 10 years ago

upgrade jquery ui from 1.10.1 to 1.10.4

File size: 277 bytes
Line 
1/*!
2 * jQuery UI Selectable 1.10.4
3 * http://jqueryui.com
4 *
5 * Copyright 2014 jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
8 */
9.ui-selectable-helper {
10        position: absolute;
11        z-index: 100;
12        border: 1px dotted black;
13}
Note: See TracBrowser for help on using the repository browser.