
Since the 91 update, check-boxes are not checked after clicking.
Now, when I click on a checkbox it may darken a very little but it is not checked or filled in.I see this was asked a year ago with no apparent answer. Here it is again in version 91.0.
Chosen solution
This happens if you have set "browser.proton.enabled = false" on the about:config page to disable Proton.
In Firefox 91+ you can no longer disable Proton and revert changes that come with this design via "browser.proton.enabled = false" on the about:config page. Best in Firefox 91+ is to set browser.proton.enabled at its default value true as the false setting can cause issues.
In Firefox 91+ you need to use code in userChrome.css to override changes coming with the Proton design.
- https://www.userchrome.org/what-is-userchrome-css.html
- https://www.userchrome.org/firefox-89-styling-proton-ui.html
All Replies (2)
Chosen Solution
This happens if you have set "browser.proton.enabled = false" on the about:config page to disable Proton.
In Firefox 91+ you can no longer disable Proton and revert changes that come with this design via "browser.proton.enabled = false" on the about:config page. Best in Firefox 91+ is to set browser.proton.enabled at its default value true as the false setting can cause issues.
In Firefox 91+ you need to use code in userChrome.css to override changes coming with the Proton design.
Ahah, my own damn fault! Exactly right, I forgot to reset the "browser.proton.enabled" setting back to false when I tried the userCrome.css code. Thank you VERY much!
BTW, another vote AGAINST Proton! Wish we could revert back and Mozilla would stop messing around with a previously great interface just for the sake of change.