if use google chrome (at least browser know this), go this example uncheck "normalized css" checkbox , @ input elements.
in google chrome email, url, , search input fields have 1px padding around, text , password fields have top , bottom padding.
why, makes harder format?
try this:
input[type=search]{ padding: 0;}
Comments
Post a Comment