Opened 14 years ago

Closed 13 years ago

#4761 closed enhancement (duplicate)

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.

Change History (2)

comment:1 Changed 14 years ago by Scott González

Milestone: TBD1.8
Priority: minormajor

comment:2 Changed 13 years ago by rdworth

Milestone: 1.91.8.2
Resolution: duplicate
Status: newclosed

Duplicate of #5607

Note: See TracTickets for help on using tickets.