Created
March 25, 2022 14:02
-
-
Save chered/b549ead23ed60b01930f945dce4171fa to your computer and use it in GitHub Desktop.
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 { /* WebKit, Blink, Edge */ | |
color:#909 !important; | |
} | |
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ | |
color:#909 !important; | |
opacity:1 !important; | |
} | |
::-moz-placeholder { /* Mozilla Firefox 19+ */ | |
color:#909 !important; | |
opacity:1 !important; | |
} | |
:-ms-input-placeholder { /* Internet Explorer 10-11 */ | |
color:#909 !important; | |
} | |
::-ms-input-placeholder { /* Microsoft Edge */ | |
color:#909 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment