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!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 پاسخ
  • 1 has this problem
  • 1 view
  • آخرین پاسخ توسّط 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

Chosen solution

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
Read this answer in context 👍 0

All Replies (2)

more options

Chosen Solution

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

Modified by cor-el

more options

Thanks very much.