Checkbox Size
-
Hello,
I am using the following CSS code to increase the size of the checkboxes.
input[type=”checkbox”]{
width:30px!important;
height:30px!important;
vertical-align:middle!important;
margin-left:12px!important;
}Chrome and Edge do display it increased as per code.
Firefox does not change checkbox’s size.
What property should I add for Firefox?
I have tried:
-moz-appearance: checkbox;
-webkit-appearance: checkbox;But, these do not fix the issue.
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Checkbox Size’ is closed to new replies.