Hi,
I’ve liked to learn how the styling of this toolbar popup was build:
I downloaded the Firefox source code, but didn’t find any sign of the styling of this popup.
Best regards
Hi,
I’ve liked to learn how the styling of this toolbar popup was build:
I downloaded the Firefox source code, but didn’t find any sign of the styling of this popup.
Best regards
You need to enable ‘Remote Debugging’ and ‘Enable browser chrome
and add-on debugging toolboxes’ under ‘Advanced settings’ in DevTools.
In the ‘Web Developer’ menu a new ‘Browser Toolbox’ option will
appear. This will allow you to investigate styling for chrome
panels.
For what it’s worth, I believe its styling is mainly determined by
panelUI.js.
Steps: