iOS disabled checkbox remove default styling
This commit is contained in:
parent
136e70214f
commit
7cfe5e14af
5 changed files with 5 additions and 4 deletions
|
|
@ -254,6 +254,7 @@ input[type="checkbox"] {
|
|||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
margin: 0;
|
||||
background: 0; /* necessary for hiding default disabled-state styling on iOS */
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue