Well, I'm tryin' to change the colour of a placeholder when hovering...
CSS
#principal form label textarea::-webkit-textarea-placeholder:hover {
color:#2278CE;
}
HTML
<textarea cols="93" rows="15" maxlength="1000" placeholder="Write here."></textarea>
I need to know if it's right, if it isn't, how to do.