Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Mozilla 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

Colours in buttons in Inspector window - how to modify?

  • 2 प्रत्युत्तर
  • 1 यह समस्या है
  • 4 views
  • के द्वारा अंतिम प्रतियुतर finitarry

more options

What (in a theme) controls the colours in the second row of buttons in the left pane of the Inspector window? I am unable to find any stylesheet in the whole devtools directory that has any direct effect on the buttons that name the elements in a page.

What (in a theme) controls the colours in the second row of buttons in the left pane of the Inspector window? I am unable to find any stylesheet in the whole devtools directory that has any direct effect on the buttons that name the elements in a page.

चुने गए समाधान

You can use the DOM Inspector to see which style sheets and style rules are used for buttons and text color and text background.


  • chrome://browser/skin/devtools/
  • chrome://browser/skin/devtools/widgets.css
  • chrome://browser/skin/devtools/toolbox.css
संदर्भ में यह जवाब पढ़ें 👍 1

All Replies (2)

more options

चयनित समाधान

You can use the DOM Inspector to see which style sheets and style rules are used for buttons and text color and text background.


  • chrome://browser/skin/devtools/
  • chrome://browser/skin/devtools/widgets.css
  • chrome://browser/skin/devtools/toolbox.css
more options

Thanks. It was widgets.css where the problem colours were. DOM Inspector did not point that one out when I selected one of the buttons with the "breadcrumbs". Why? It listed toolbox.css, common.css, and markup.css instead.