Search and Top Navigation
#4761 closed enhancement (duplicate)
Opened August 08, 2009 05:58PM UTC
Closed May 26, 2010 08:47PM UTC
selectable css hardcoded
Reported by: | Ludovic | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.2 |
Component: | ui.selectable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
The helper contains a hard coded border :
this.helper = $(document.createElement('div'))
.css({border:'1px dotted black'})
.addClass("ui-selectable-helper");
But for example, I need to make it look like a windows selection and so the border must be customizable.
It would be preferable to put it into the themes stylesheets.