Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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”.

Ulteriori informazioni

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

Where can I find a comprehensive list of css options for userChrome.css?

  • 2 risposte
  • 1 ha questo problema
  • 49 visualizzazioni
  • Ultima risposta di Jamie Kitson

more options

The title says it all really, where can I find a comprehensive list of css options for userChrome.css?

The list at mozillaZine seems massively out of date.

http://kb.mozillazine.org/Chrome_element_names_and_IDs

The title says it all really, where can I find a comprehensive list of css options for userChrome.css? The list at mozillaZine seems massively out of date. http://kb.mozillazine.org/Chrome_element_names_and_IDs

Soluzione scelta

It is impossible to create and maintain such a list.
IDs and class-names can change at any time between versions, especially in Beta and Aurora and Nightly builds.
You will have to make yourself familiar with using the DOM Inspector or ask a specific question if you need to know a selector.

You can also inspect some CSS files via their chrome protocol link.

  • chrome://browser/content/browser.css
  • chrome://browser/skin/browser.css
Leggere questa risposta nel contesto 👍 0

Tutte le risposte (2)

more options

Soluzione scelta

It is impossible to create and maintain such a list.
IDs and class-names can change at any time between versions, especially in Beta and Aurora and Nightly builds.
You will have to make yourself familiar with using the DOM Inspector or ask a specific question if you need to know a selector.

You can also inspect some CSS files via their chrome protocol link.

  • chrome://browser/content/browser.css
  • chrome://browser/skin/browser.css

Modificato da cor-el il

more options

Thanks very much.