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;
প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 1All Replies (1)
চয়ন করা সমাধান
You need to add -moz-appearance:none!important;