Created
August 24, 2014 21:22
-
-
Save turhn/0a85733f975bf18ec06a to your computer and use it in GitHub Desktop.
Prepend FontAwesome In Placeholder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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