Answers for "change input element value color css"

CSS
1

change input inner color

selector
{
	accent-color: somecolor;
}
Posted by: Guest on September-16-2021
1

css color of input

input{
  background-color: white; /*The color of your choice here*/
}
Posted by: Guest on November-29-2020

Code answers related to "change input element value color css"

Browse Popular Code Answers by Language