Answers for "when i select an old input the input the background color of the input field change"

CSS
5

html input background color

input[type="text"], textarea {

  background-color : #d1d1d1; 

}
Posted by: Guest on February-16-2020
3

input background color

<input style="background-color: gold;" type="text" value="">
Posted by: Guest on July-06-2020

Code answers related to "when i select an old input the input the background color of the input field change"

Browse Popular Code Answers by Language