diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 09:41:21 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 09:41:21 -0400 |
commit | fe71d5d0a05b1e45055da8fdd39085999e5b43b3 (patch) | |
tree | aaef894215fe208bff09e06deea51f6074d50937 /demos/autocomplete/remote-jsonp.html | |
parent | 612838a1518c8cdc80b5bace5d925f89c1e791a3 (diff) | |
download | jquery-ui-fe71d5d0a05b1e45055da8fdd39085999e5b43b3.tar.gz jquery-ui-fe71d5d0a05b1e45055da8fdd39085999e5b43b3.zip |
Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results.
We will need to undo this change when ThemeRoller supports generating loading images.
Diffstat (limited to 'demos/autocomplete/remote-jsonp.html')
-rw-r--r-- | demos/autocomplete/remote-jsonp.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index ab8a600a8..ccb70906d 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -10,6 +10,9 @@ <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> + <style type="text/css"> + .ui-autocomplete-loading { background: white url('../../themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat; } + </style> <script type="text/javascript"> $(function() { function log(message) { |