Y
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
johnjwang
4529 days ago
Thanks, that sounds like a good idea. I'll be adding this on pretty soon.
link
coherentpony
4529 days ago
And for those of us not using Safari or Google Chrome?
link
humbyvaldes
4529 days ago
http://stackoverflow.com/questions/13183421/how-to-change-pl...
link
wcummings
4529 days ago
Degrade gracefully
link