Change throbber.gif in Drupal
—
Blog entry
—
2 years 23 weeks ago
To replace core Drupal ajax animated gif (throbber.gif) add the following to your theme's CSS and put the replacement throbber.gif file in the images folder of your theme.
html.js input.form-autocomplete { background-image: url(images/throbber.gif);}
