Created
January 30, 2018 10:34
-
-
Save mrkkr/65c345daf237c20b05f98036f12905eb to your computer and use it in GitHub Desktop.
Placeholder styling CSS #css
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 { /* WebKit browsers */ | |
color: #F4F4F4 !important; | |
} | |
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ | |
color: #F4F4F4 !important; | |
} | |
::-moz-placeholder { /* Mozilla Firefox 19+ */ | |
color: #F4F4F4 !important; | |
} | |
:-ms-input-placeholder { /* Internet Explorer 10+ */ | |
color: #F4F4F4 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment