Prevent rounded input corners in Safari
This commit is contained in:
parent
05527e41b7
commit
937480bfd4
File diff suppressed because one or more lines are too long
@ -31,6 +31,12 @@ input::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
border-radius: 0;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
|
Loading…
Reference in New Issue
Block a user