Prevent rounded input corners in Safari

This commit is contained in:
Ken-Håvard Lieng 2018-11-22 08:09:21 +01:00
parent 05527e41b7
commit 937480bfd4
2 changed files with 50 additions and 44 deletions

File diff suppressed because one or more lines are too long

View File

@ -31,6 +31,12 @@ input::-ms-clear {
display: none;
}
input,
textarea {
border-radius: 0;
appearance: none;
}
button {
width: 100%;
height: 50px;