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

View file

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