Skip to content

Instantly share code, notes, and snippets.

@kovtunos
Created January 28, 2017 15:28
Show Gist options
  • Save kovtunos/169188be1d8a4a48d23b0e1a76cef11e to your computer and use it in GitHub Desktop.
Save kovtunos/169188be1d8a4a48d23b0e1a76cef11e to your computer and use it in GitHub Desktop.
Input placeholder #sass
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