Stop messing with default browser input styles.
Firefox is not displaying the state of checkboxes in the options.
This is because your inept webdesigner has chosen to incorrectly disable the default browser style for inputs.
input {
appearance: none;}
If I remove this CSS, I can see the state of checkboxes in the options menus again.
Please fix this and stop messing with defailt browser styles.
Thanks
1
vote