Skip to content

Instantly share code, notes, and snippets.

@rmad17
Created November 4, 2015 09:33
Show Gist options
  • Save rmad17/854363d02febcd27e56d to your computer and use it in GitHub Desktop.
Save rmad17/854363d02febcd27e56d to your computer and use it in GitHub Desktop.
Set style for placeholder
::-webkit-input-placeholder {
font-style: italic;
}
:-moz-placeholder {
font-style: italic;
}
::-moz-placeholder {
font-style: italic;
}
:-ms-input-placeholder {
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment