/ Published in: CSS
Change the color of Webkit and Firefox 4+ Placeholder attributes.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
input:-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#a9a9a9; }