Prevent rounded input corners in Safari
This commit is contained in:
parent
05527e41b7
commit
937480bfd4
2 changed files with 50 additions and 44 deletions
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…
Add table
Add a link
Reference in a new issue