Skip to main content
deleted 148 characters in body
Source Link

This is as close as it gets
check this post: changing backgroundColor changes border   

<input type="text" /> <input type="text" style="background-color:gold;border:thin solid grey"grey;border-radius: 2px;" />

This is as close as it gets
check this post: changing backgroundColor changes border  

<input type="text" /> <input type="text" style="background-color:gold;border:thin solid grey" />

This is as close as it gets
check this post: changing backgroundColor changes border 

<input type="text" /> <input type="text" style="background-color:gold;border:thin solid grey;border-radius: 2px;" />

deleted 148 characters in body
Source Link

you should use background-color instead of background

This is as close as it gets
check this post: changing backgroundColor changes border

input { padding: 0.25rem; }
<input type="text" style="background-color:gold;outline:0" />   <input type="text" style="background-color:gold;outline:0;border:none;" /> <!-- or you can make border color also gold--> <input type="text" style="background-color:gold;outline:0;border-color:gold;" /> <input type="text" style="background-color:gold;outline:0;bordergold;border:1pxthin solid gold;"grey" />

you should use background-color instead of background

input { padding: 0.25rem; }
<input type="text" style="background-color:gold;outline:0" />   <input type="text" style="background-color:gold;outline:0;border:none;" /> <!-- or you can make border color also gold--> <input type="text" style="background-color:gold;outline:0;border-color:gold;" /> <input type="text" style="background-color:gold;outline:0;border:1px solid gold;" />

This is as close as it gets
check this post: changing backgroundColor changes border

<input type="text" /> <input type="text" style="background-color:gold;border:thin solid grey" />

added 389 characters in body
Source Link

you should use background-color instead of background

input { padding: 0.25rem; }
<input type="text" style="background-color:gold;outline:0;"0" /> <input type="text" style="background-color:gold;outline:0;border:none;" /> <!-- or you can make border color also gold--> <input type="text" style="background-color:gold;outline:0;border-color:gold;" /> <input type="text" style="background-color:gold;outline:0;border:1px solid gold;" />

you should use background-color instead of background

<input type="text" style="background-color:gold;outline:0;" />

you should use background-color instead of background

input { padding: 0.25rem; }
<input type="text" style="background-color:gold;outline:0" /> <input type="text" style="background-color:gold;outline:0;border:none;" /> <!-- or you can make border color also gold--> <input type="text" style="background-color:gold;outline:0;border-color:gold;" /> <input type="text" style="background-color:gold;outline:0;border:1px solid gold;" />

Source Link
Loading