Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chriseppstein/923244 to your computer and use it in GitHub Desktop.
Save chriseppstein/923244 to your computer and use it in GitHub Desktop.
// Style this how you want it to look
.input-placeholder-text
color: #777
=input-placeholder
&.placeholder, &:-moz-placeholder, &::-webkit-input-placeholder
@extend .input-placeholder-text
form#login input
+input-placeholder
.input-placeholder-text,
form#login input.placeholder,
form#login input:-moz-placeholder,
form#login input::-webkit-input-placeholder {
color: #777777;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment