progressbar: changed value to have 'ui-widget-header' instead of 'ui-state-default'

This commit is contained in:
Richard Worth
2008-12-23 13:27:57 +00:00
parent 0725254aff
commit 2b21245cd0

View File

@@ -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();