Selectmenu: remove ui-front from button

This commit is contained in:
Felix Nagel 2013-07-09 23:03:40 +02:00
parent 2290e30891
commit da4e23874d

View File

@ -71,7 +71,7 @@ $.widget( "ui.selectmenu", {
// Create button // Create button
this.button = $( "<span>", { this.button = $( "<span>", {
"class": "ui-selectmenu-button ui-widget ui-state-default ui-corner-all ui-front", "class": "ui-selectmenu-button ui-widget ui-state-default ui-corner-all",
tabindex: tabindex || this.options.disabled ? -1 : 0, tabindex: tabindex || this.options.disabled ? -1 : 0,
id: this.ids.button, id: this.ids.button,
width: this.element.outerWidth(), width: this.element.outerWidth(),