Skip to content

Commit f6019da

Browse files
committed
Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.
(cherry picked from commit cb70a5e)
1 parent b76ac30 commit f6019da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/progressbar/animated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script src="../../ui/jquery.ui.progressbar.js"></script>
1111
<link rel="stylesheet" href="../demos.css">
1212
<style>
13-
.ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
13+
.ui-progressbar .ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
1414
</style>
1515
<script>
1616
$(function() {

0 commit comments

Comments
 (0)