hide radios and checkboxes when appearance: none doesn't cut it
fixes #76
This commit is contained in:
parent
4fb66b5fef
commit
58ae88c0d6
1 changed files with 3 additions and 1 deletions
|
|
@ -281,7 +281,9 @@ input[type="checkbox"] {
|
|||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
margin: 0;
|
||||
background: 0; /* necessary for hiding default disabled-state styling on iOS */
|
||||
background: 0;
|
||||
position: fixed;
|
||||
opacity: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue