From 05725e25aea335ecb9c7cf3b03eba8ee68153fb5 Mon Sep 17 00:00:00 2001 From: "adam j. sontag" Date: Wed, 12 May 2010 14:32:14 +0800 Subject: Selectable: Add default CSS for ui-selectable-helper to CSS framework to allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS --- ui/jquery.ui.selectable.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js index ea4a20c1f..c965a3c1f 100644 --- a/ui/jquery.ui.selectable.js +++ b/ui/jquery.ui.selectable.js @@ -57,9 +57,7 @@ $.widget("ui.selectable", $.ui.mouse, { this._mouseInit(); - this.helper = $(document.createElement('div')) - .css({border:'1px dotted black'}) - .addClass("ui-selectable-helper"); + this.helper = $("
"); }, destroy: function() { -- cgit v1.2.3