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);
}Submitted by Chris Herberte on Sat, 2009-08-29 10:34
Posted in

class/id name? :)
class/id name? :)
updated post to fix #1 Also
updated post to fix #1
Also for Views throbber
html.js a.views-throbbing,html.js span.views-throbbing {
background-image: url(images/throbber.gif);
}
Post new comment