Skip to main content

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.

Attachments (0)
Change History (2)

Changed August 09, 2009 07:58PM UTC by scottgonzalez comment:1

milestone: TBD1.8
priority: minormajor

Changed May 26, 2010 08:47PM UTC by rdworth comment:2

milestone: 1.91.8.2
resolution: → duplicate
status: newclosed

Duplicate of #5607