please look this code:
<input type="text" /> (I need this with background color) <input type="text" style="background:gold;" /> <input type="text" style="background:gold;outline:0;" /> <input type="text" style="background:gold;-webkit-appearance:none;" /> how I can have background = gold without change border ?
if you do ZOOM then you see border-width change
PD: this Q is about background, not borders (change border color without changing border width)