make iOS inputs pretty

This commit is contained in:
Owen Versteeg 2014-03-03 12:39:55 -05:00
parent ceb5e27a44
commit 8c6de3e7c6

View file

@ -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;
}