Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

change cursor color in input text field

input,textarea {
     color: #8f0407;
     text-shadow: 0px 0px 0px #000 ;
     -webkit-text-fill-color: transparent ;
}

input::-webkit-input-placeholder,
     textarea::-webkit-input-placeholder {
     color: #ccc;
     text-shadow: none;
     -webkit-text-fill-color: initial;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #cursor #color #input #text #field
ADD COMMENT
Topic
Name
5+7 =