diff options
Diffstat (limited to 'themes/wind/css')
-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 *********************************************************************/ |