Skip to content

Commit

Permalink
Progressbar demo: Made animated background selector more specific. Fi…
Browse files Browse the repository at this point in the history
…xes #8314 - Theme on animated progressbar remains the same.

(cherry picked from commit cb70a5e)
  • Loading branch information
scottgonzalez committed May 22, 2012
1 parent b76ac30 commit f6019da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/progressbar/animated.html
Expand Up @@ -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() {
Expand Down

0 comments on commit f6019da

Please sign in to comment.