How to change Drupal ajax gif downloader

I want to change the ajax gif loader for Drupal (6) without modifying the gif itself and without manipulating the main css files ... but redefining it from my css theme.

What is the best way to achieve this?

+3
source share
1 answer

If you mean the loader misc/throbber.gif, you can just override it in your stylesheets using classes html.js input.form-autocompleteand .ahah-progress .throbbercss

+1
source

All Articles