remove mobile safari styling on submit button

This commit is contained in:
Jeppe Ernst 2018-01-26 07:29:52 +01:00
parent 91b08e3b6f
commit 185762b88c
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ section {
}
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
color: #FFF;
background: darken($background-alternative, 20);