Skip to content

Instantly share code, notes, and snippets.

@6pm
Created February 19, 2015 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 6pm/e4b93197ceb5f89781be to your computer and use it in GitHub Desktop.
Save 6pm/e4b93197ceb5f89781be to your computer and use it in GitHub Desktop.
стилізувати колір плейсхолдерів
::-webkit-input-placeholder { /* WebKit browsers */
color: #909;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #909;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #909;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #909;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment