aboutsummaryrefslogtreecommitdiffstats
path: root/demos
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:38 -0400
commitf6019dad4d523dd89b55800aec47e601fbd20c1c (patch)
tree7ddcd046b46ab037bb5646073434b4afa7f923ed /demos
parentb76ac3057fbb9040481b4217743a4a4f5df2a5c2 (diff)
downloadjquery-ui-f6019dad4d523dd89b55800aec47e601fbd20c1c.tar.gz
jquery-ui-f6019dad4d523dd89b55800aec47e601fbd20c1c.zip
Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.
(cherry picked from commit cb70a5e302aae16fa4b47454c1d7d5aca514bfb7)
Diffstat (limited to 'demos')
-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() {