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
Milestone: | TBD → 1.8 |
---|---|
Priority: | minor → major |
comment:2 Changed 13 years ago by
Milestone: | 1.9 → 1.8.2 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #5607