mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 08:48:19 -05:00
progressbar: changed value to have 'ui-widget-header' instead of 'ui-state-default'
This commit is contained in:
@@ -31,7 +31,7 @@ $.widget("ui.progressbar", {
|
||||
"aria-valuenow": this._value()
|
||||
});
|
||||
|
||||
this.valueDiv = $('<div class="ui-progressbar-value ui-state-default ui-corner-left"></div>').appendTo(this.element);
|
||||
this.valueDiv = $('<div class="ui-progressbar-value ui-widget-header ui-corner-left"></div>').appendTo(this.element);
|
||||
|
||||
this._refreshValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user