Answers for "text box set cursor color"

CSS
0

input cursor color

#element {
	caret-color: #666666;
}
Posted by: Guest on July-04-2021
6

how to hange the color of your cursor in css

input{
  caret-color: red;
}
Posted by: Guest on December-05-2020

Browse Popular Code Answers by Language