make iOS inputs pretty
This commit is contained in:
parent
ceb5e27a44
commit
8c6de3e7c6
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ textarea, input {
|
|||
border: 1px solid #ccc;
|
||||
outline: 0;
|
||||
padding: 6px;
|
||||
-webkit-appearance: none; /* make iOS inputs pretty */
|
||||
&:focus {
|
||||
border-color: #5ab;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue