aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-22 12:46:00 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-22 12:46:15 -0400
commitcb70a5e302aae16fa4b47454c1d7d5aca514bfb7 (patch)
tree570b9ba5db9aedd976a255868573ca8e91bd28db /demos/progressbar
parent0c87dd1f4525b506c410f119459d4433a3c0231e (diff)
downloadjquery-ui-cb70a5e302aae16fa4b47454c1d7d5aca514bfb7.tar.gz
jquery-ui-cb70a5e302aae16fa4b47454c1d7d5aca514bfb7.zip
Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.
Diffstat (limited to 'demos/progressbar')
-rw-r--r--demos/progressbar/animated.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html
index c8f5ff551..6134a8ca7 100644
--- a/demos/progressbar/animated.html
+++ b/demos/progressbar/animated.html
@@ -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() {