summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-09-21 21:38:32 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-09-21 21:38:32 -0700
commit3a9bdebafda1807bb2294c041e655f6464841bf0 (patch)
treed447a1582c751f7fb892e6da14cc81f5189ae740 /themes/wind/css
parentd52d57b617691068c95cca80cb49683c68b79e48 (diff)
Override the jQuery autocomplete loading indicator with the theme specific small loading icon.
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css5
1 files changed, 5 insertions, 0 deletions
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
*********************************************************************/