remove mobile safari styling on submit button
This commit is contained in:
parent
91b08e3b6f
commit
185762b88c
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue