Visit this link
<input type="button" value="type = button">
<input type="text" value="type = text" >
I've successfully applied a border-radius to the input [type=button], however, there are some style issues with the input field [type=text] on Mozilla 21.0. The problem is that a white color appears at the edge of the input field.
See the screenshot for reference: Thank you.