in linux, the larger checkboxes and radio buttons are breaking my layout - how can I override them?
I've tried css with selector input[type="checkbox"] but this has no effect.
I've tried css with selector input[type="checkbox"] but this has no effect.
被采纳的解决方案
You need to add -moz-appearance:none!important;
定位到答案原位置 👍 1所有回复 (1)
选择的解决方案
You need to add -moz-appearance:none!important;