diff options
Diffstat (limited to 'demos/progressbar/animated.html')
-rw-r--r-- | demos/progressbar/animated.html | 2 |
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() { |