Answers for "Remove Default Button And Form Styling On Safari / IOS"

0

Remove Default Button And Form Styling On Safari / IOS

input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
Posted by: Guest on January-22-2022

Code answers related to "Remove Default Button And Form Styling On Safari / IOS"

Browse Popular Code Answers by Language