Hacker News new | ask | show | jobs
by humbyvaldes 4529 days ago
How about making the placeholder text lighten up a bit on focus. Something like this for webkit should work

:focus::-webkit-input-placeholder { color: #eee;}

2 comments

Thanks, that sounds like a good idea. I'll be adding this on pretty soon.
And for those of us not using Safari or Google Chrome?
Degrade gracefully