Skip to content

Instantly share code, notes, and snippets.

@smonteverdi
Created March 16, 2012 15:43
Show Gist options
  • Save smonteverdi/2050619 to your computer and use it in GitHub Desktop.
Save smonteverdi/2050619 to your computer and use it in GitHub Desktop.
CSS: Style Placeholders
:-webkit-input-placeholder {
font-size: 12px;
font-style: italic;
color: #CCC;
}
:-moz-placeholder {
font-size: 12px;
font-style: italic;
color: #CCC;
}
:-ms-input-placeholder {
font-size: 12px;
font-style: italic;
color: #CCC;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment