diff options
Diffstat (limited to 'tests/static/progressbar.html')
-rw-r--r-- | tests/static/progressbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/progressbar.html b/tests/static/progressbar.html index 431150b92..be675fae2 100644 --- a/tests/static/progressbar.html +++ b/tests/static/progressbar.html @@ -12,7 +12,7 @@ <!-- Progressbar --> <div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13"> - <div class="ui-progressbar-value ui-state-default ui-corner-left" style="width:13%;"></div> + <div class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:13%;"></div> </div> </body> |