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.
Επιλεγμένη λύση
You need to add -moz-appearance:none!important;
Ανάγνωση απάντησης σε πλαίσιο 👍 1Όλες οι απαντήσεις (1)
Επιλεγμένη λύση
You need to add -moz-appearance:none!important;