mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.
This commit is contained in:
parent
0c87dd1f45
commit
cb70a5e302
@ -10,7 +10,7 @@
|
|||||||
<script src="../../ui/jquery.ui.progressbar.js"></script>
|
<script src="../../ui/jquery.ui.progressbar.js"></script>
|
||||||
<link rel="stylesheet" href="../demos.css">
|
<link rel="stylesheet" href="../demos.css">
|
||||||
<style>
|
<style>
|
||||||
.ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
|
.ui-progressbar .ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user