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;