You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
277 B

  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. }