aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-19 09:41:21 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-19 09:41:21 -0400
commitfe71d5d0a05b1e45055da8fdd39085999e5b43b3 (patch)
treeaaef894215fe208bff09e06deea51f6074d50937 /themes/base
parent612838a1518c8cdc80b5bace5d925f89c1e791a3 (diff)
downloadjquery-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 'themes/base')
-rw-r--r--themes/base/jquery.ui.autocomplete.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css
index 686a48430..082041558 100644
--- a/themes/base/jquery.ui.autocomplete.css
+++ b/themes/base/jquery.ui.autocomplete.css
@@ -8,7 +8,6 @@
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete { position: absolute; cursor: default; }
-.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */