diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-21 21:38:32 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-21 21:38:32 -0700 |
commit | 3a9bdebafda1807bb2294c041e655f6464841bf0 (patch) | |
tree | d447a1582c751f7fb892e6da14cc81f5189ae740 /themes | |
parent | d52d57b617691068c95cca80cb49683c68b79e48 (diff) |
Override the jQuery autocomplete loading indicator with the theme specific small loading icon.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 5 |
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 *********************************************************************/ |