Skip to content

Instantly share code, notes, and snippets.

@turhn
Created August 24, 2014 21:22
Show Gist options
  • Save turhn/0a85733f975bf18ec06a to your computer and use it in GitHub Desktop.
Save turhn/0a85733f975bf18ec06a to your computer and use it in GitHub Desktop.
Prepend FontAwesome In Placeholder
input.date-picker::-webkit-input-placeholder::before { font-family: fontAwesome; content: '\f073 '; color: inherit }
input.date-picker::-moz-placeholder::before { font-family: fontAwesome; content:'\f073'; color: inherit } /* firefox 19+ */
input.date-picker:-ms-input-placeholder::before { font-family: fontAwesome; content:'\f073'; color: inherit } /* ie */
input.date-picker:-moz-placeholder::before { font-family: fontAwesome; content:'\f073'; color: inherit }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment