Skip to content

Instantly share code, notes, and snippets.

@dacur
Created December 29, 2014 17:59
Show Gist options
  • Select an option

  • Save dacur/aeb2a83290dad808a2f0 to your computer and use it in GitHub Desktop.

Select an option

Save dacur/aeb2a83290dad808a2f0 to your computer and use it in GitHub Desktop.
Change placeholder text color for text areas.
::-webkit-input-placeholder {
color: @grey !important;
}
:-moz-placeholder {
color: @grey !important;
}
::-moz-placeholder {
color: @grey !important;
}
:-ms-input-placeholder {
color: @grey !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment