I want to apply the css style border-color: red;
to input
elements.
But I notice that their dimensions change compared to the default chrome border.
You can view the example on jsfiddle:
http://jsfiddle.net/79QkJ/2/
In the example, you'll see that both input fields appear different even though the only expected difference is the red color.
How can I maintain the default input style but in a different color?