firefox-csshacks
firefox-csshacks copied to clipboard
Where can we see examples of applying CSS exclusively to the Web Developer Tools area
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!
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