From 3a9bdebafda1807bb2294c041e655f6464841bf0 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 21 Sep 2010 21:38:32 -0700 Subject: Override the jQuery autocomplete loading indicator with the theme specific small loading icon. --- themes/wind/css/screen.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index d4b03eac..a49b8c28 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1036,6 +1036,11 @@ div#g-action-status { margin-left: 0; } +/* Autocomplete ~~~~~~~~~~ */ +.ac_loading { + background: white url('../images/loading-small.gif') right center no-repeat !important; +} + /** ******************************************************************* * 9) Right to left language styles *********************************************************************/ -- cgit v1.2.3