Revision: 34857
Updated Code
at October 29, 2010 06:14 by dre1080
Updated Code
/*
* Andrew Wayne 2010
* Change the color to whatever you want. They must be separate ie. cannot put it as one style
* together, otherwise it will not render
*/
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
Revision: 34856
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 29, 2010 06:12 by dre1080
Initial Code
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
Initial URL
Initial Description
Initial Title
Style placeholder text
Initial Tags
css, text, html5
Initial Language
CSS