firefox-csshacks icon indicating copy to clipboard operation
firefox-csshacks copied to clipboard

Where can we see examples of applying CSS exclusively to the Web Developer Tools area

Open blachawk opened this issue 3 years ago • 1 comments

Not looking for code as a response. Simply need to know where in your repo we can see examples of exclusively applying CSS to the FireFox Web Developer Tools panels. All I'm trying to do is change the font family type for things we see in the inspector, and debugger tabs.

Having a tough time finding that.

Many thanks!

blachawk avatar Feb 10 '22 17:02 blachawk

I think the only style in the repo that purposefully affects devtools is this one

And that style isn't really useful anymore since devtools nowadays have "auto" theme as a built-in option.

But yeah, devtools panels are affected by userContent.css not userChrome.css

MrOtherGuy avatar Feb 10 '22 21:02 MrOtherGuy