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

This commit is contained in:
Scott González 2012-05-22 12:46:00 -04:00
parent 0c87dd1f45
commit cb70a5e302

View File

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