How do I increase the native FORM submit button size for OSX-Safari?
I want to keep the native look of a FORM submit button for it\'s r
FORM
I am using several input type="button" and they style ok using:
type="button"
input[type="button"] { -webkit-appearance: button; height:40px; }
They did not style without the -wbkit- line.