Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to change Loading Spinner ?

  • 2 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

Hi guys

Is there way to change loading spinner for FF version 37 using userChome.css ?

Here are some nice CSS loading spinner.

http://stephanwagner.me/only-css-loading-spinner

Thanks !

Hi guys Is there way to change loading spinner for FF version 37 using userChome.css ? Here are some nice CSS loading spinner. http://stephanwagner.me/only-css-loading-spinner Thanks !

所有回复 (2)

more options

AFAIK its the operating system that manages this. But maybe refer to here: http://forums.mozillazine.org/viewtopic.php?f=38&t=2120681&p=10488...

  • XUL and extensions can use css to be customized, it just might be tricky finding how to set it up. Check out MDN for more technical documentation.
more options

See also:

  • chrome://browser/skin/browser.css
.tab-throbber[busy] {
  list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png");
}

.tab-throbber[progress] {
  list-style-image: url("chrome://browser/skin/tabbrowser/loading.png");
}