Don't use native form styles on Safari

This commit is contained in:
Alex Liebowitz 2016-08-09 21:19:35 -04:00
parent c371c7c758
commit 2573262e2b

View file

@ -83,6 +83,7 @@ input[type="text"], input[type="search"], textarea
height: $spacing-vertical * 1.5;
line-height: $spacing-vertical - 4;
box-sizing: border-box;
-webkit-appearance: none;
}
.busy-indicator