]> source.dussan.org Git - jquery-ui.git/commitdiff
Progressbar demo: Made animated background selector more specific. Fixes #8314 -...
authorScott González <scott.gonzalez@gmail.com>
Tue, 22 May 2012 16:46:00 +0000 (12:46 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 22 May 2012 16:46:15 +0000 (12:46 -0400)
demos/progressbar/animated.html

index c8f5ff5510deb6c6bee98372d3981479981a1f2f..6134a8ca72aa3f49bc35d5776fc8ccd77ce23e65 100644 (file)
@@ -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() {