Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.

(cherry picked from commit cb70a5e302)
This commit is contained in:
Scott González 2012-05-22 12:46:00 -04:00
parent b76ac3057f
commit f6019dad4d

View File

@ -10,7 +10,7 @@
<script src="../../ui/jquery.ui.progressbar.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
.ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
.ui-progressbar .ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
</style>
<script>
$(function() {