Webextension: options page style

Hello everyone,

I have a question concerning the option page into the webextension. There is the options_ui key that allow to declare our option page. The documentation: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/options_ui

As written into the documentation, I set “chrome_style” to true to have the default style from Firefox.
Unfortunately, there is absolutely no style applied. Is it normal? How can I get the same styles than the default entries displayed into the option page (“Automatic Updates”, “Last Updates” Firefox apply his own style on them.)

Thank you for your help.

The page you linked to says that chrome_style is not yet supported.

1 Like

Oh I’m so stupid >< Thank you so much @DaveRo
So It seems that I must do some custom CSS waiting the support of that option.