-
-
Save chriseppstein/923244 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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