Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Created June 27, 2013 10:44
Show Gist options
  • Select an option

  • Save arnoldc/5875560 to your computer and use it in GitHub Desktop.

Select an option

Save arnoldc/5875560 to your computer and use it in GitHub Desktop.
css: Style HTML5 Placeholder
.sb-search-input::-webkit-input-placeholder {
color: #efb480;
}
.sb-search-input:-moz-placeholder {
color: #efb480;
}
.sb-search-input::-moz-placeholder {
color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
color: #efb480;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment