如何更改 Drupal 的 ajax gif 加载程序
我想更改 Drupal 的 (6) ajax gif 加载器,而不必更改 gif 本身,也不必篡改核心 css 文件......而是通过从我的主题的 css 覆盖它。
实现这一目标的最佳方法是什么?
I want to change Drupal's (6) ajax gif loader without having to change the gif itself nor tampering with core css files... but by overriding it from my theme's css.
What is the best way to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您指的是
misc/throbber.gif
加载程序,您只需使用html.js input.form-autocomplete
和.ahah-progress 在样式表中覆盖它即可。 throbber
CSS 类If you mean
misc/throbber.gif
loader, you can simply override it in your stylesheets usinghtml.js input.form-autocomplete
and.ahah-progress .throbber
css classes