how we remove default border radius of submit button in iphone


how we remove default border radius of submit button in iphone

Just apply this code in your regarding css of button " border-radius:0px !important; -webkit-border-radius:0px !important; -webkit-appearance:none; "
For example:

.button {border-radius:0px !important; -webkit-border-radius:0px !important; -webkit-appearance:none;}

Comments

Popular posts from this blog