Disable default iOS input styles

This commit is contained in:
Dan Coulthard 2015-02-13 11:32:02 +00:00
parent 20aa2d1b37
commit 5531fc9037
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ textarea {
width: 100%;
}
input {
-webkit-appearance: none;
border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
background: transparent;