Created
January 28, 2017 15:28
-
-
Save kovtunos/169188be1d8a4a48d23b0e1a76cef11e to your computer and use it in GitHub Desktop.
Input placeholder #sass
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[type='search'] { | |
&::-webkit-input-placeholder { | |
color: #666; | |
} | |
&::-moz-placeholder { | |
color: #666; | |
} | |
&:-ms-input-placeholder { | |
color: #666; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment