Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

How to change Loading Spinner ?

  • 2 risposte
  • 1 ha questo problema
  • 3 visualizzazioni
  • Ultima risposta di 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 !

Tutte le risposte (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");
}