You will need to edit the jQuery UI CSS file. It will look like
jquery-ui-1.8.17.custom.css
Scroll down (~ line 564) and you will see the following CSS attribute:
.ui-progressbar (...);
change the value of the HEIGHT attribute to whatever you want, save the file and upload it to your server. Refresh your browser and you have a custom progress bar.
source share