diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2017-02-07 18:06:12 +0000 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2017-02-07 18:06:12 +0000 |
commit | b8cd70cbe9a0e0eac65351ed6961c36f2b65397b (patch) | |
tree | 47056f161352a4c8cc739a9e0bacd5f879e4dfeb /static/jquery-ui/base/jquery.ui.selectable.css | |
download | Chimère - projet Saclay-b8cd70cbe9a0e0eac65351ed6961c36f2b65397b.tar.bz2 Chimère - projet Saclay-b8cd70cbe9a0e0eac65351ed6961c36f2b65397b.zip |
Initial commit
Diffstat (limited to 'static/jquery-ui/base/jquery.ui.selectable.css')
-rw-r--r-- | static/jquery-ui/base/jquery.ui.selectable.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/jquery-ui/base/jquery.ui.selectable.css b/static/jquery-ui/base/jquery.ui.selectable.css new file mode 100644 index 0000000..bb388eb --- /dev/null +++ b/static/jquery-ui/base/jquery.ui.selectable.css @@ -0,0 +1,15 @@ +/*! + * jQuery UI Selectable 1.10.1 + * http://jqueryui.com + * + * Copyright 2013 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectable#theming + */ +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} |