/ Published in: CSS
this will change the default color of an input field, when active in most browsers ...
Expand |
Embed | Plain Text
inputfield:focus { color: #333; }
You need to login to post a comment.
this will change the default color of an input field, when active in most browsers ...
inputfield:focus { color: #333; }
You need to login to post a comment.