Merge pull request #50 from n055/ios
iOS disabled checkbox remove default styling
This commit is contained in:
commit
fe4a60973c
5 changed files with 5 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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