Created
March 7, 2015 09:01
-
-
Save gladkih/341d0a29145dc6788609 to your computer and use it in GitHub Desktop.
placeholder color
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
::-webkit-input-placeholder { | |
color: #000; | |
} | |
:-moz-placeholder { /* Firefox 18- */ | |
color: #000; | |
} | |
::-moz-placeholder { /* Firefox 19+ */ | |
color: #000; | |
} | |
:-ms-input-placeholder { | |
color: #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment