Created
April 10, 2015 08:39
-
-
Save Komock/ab143debd781baaf76f9 to your computer and use it in GitHub Desktop.
Add Placeholder Color
This file contains 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:#c0392b;} | |
::-moz-placeholder {color:#c0392b;}/* Firefox 19+ */ | |
:-moz-placeholder {color:#c0392b;}/* Firefox 18- */ | |
:-ms-input-placeholder {color:#c0392b;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment