Disable default iOS input styles
This commit is contained in:
parent
20aa2d1b37
commit
5531fc9037
|
@ -15,6 +15,11 @@ textarea {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in New Issue