Created
November 15, 2013 11:38
-
-
Save clare-codes/7483034 to your computer and use it in GitHub Desktop.
Placeholder Cross-browser Css - Rules need to be defined separately as otherwise they are ignored by the browser.
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: #626262; | |
} | |
::-moz-placeholder { | |
color: #626262; | |
} | |
:-moz-placeholder { /* Older versions of Firefox */ | |
color: #626262; | |
} | |
:-ms-input-placeholder { | |
color: #626262; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment