Skip to content

Commit 7ea09cc

Browse files
committed
Changed icon to match selectmenu widget
http://wiki.jqueryui.com/w/page/12138056/Selectmenu Probably the markup of the button should changed too to match the button widget from jQuery UI Core - so it could fit nicely into existing projects.
1 parent 4ff6048 commit 7ea09cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// jQuery UI 1.9+, and otherwise fallback to a custom string.
5656
this._namespaceID = this.eventNamespace || ('multiselect' + multiselectID);
5757

58-
var button = (this.button = $('<button type="button"><span class="ui-icon ui-icon-triangle-2-n-s"></span></button>'))
58+
var button = (this.button = $('<button type="button"><span class="ui-icon ui-icon-triangle-1-s"></span></button>'))
5959
.addClass('ui-multiselect ui-widget ui-state-default ui-corner-all')
6060
.addClass(o.classes)
6161
.attr({ 'title':el.attr('title'), 'aria-haspopup':true, 'tabIndex':el.attr('tabIndex') })

0 commit comments

Comments
 (0)