Created
January 31, 2017 12:42
-
-
Save timersys/6d855d110997497a53ce6cd75fd2bdfa to your computer and use it in GitHub Desktop.
Popups premium placeholder change colors
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
.spu-fields::-webkit-input-placeholder { /* WebKit, Blink, Edge */ | |
color: #909 !important; | |
} | |
.spu-fields:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ | |
color: #909 !important; | |
opacity: 1; | |
} | |
.spu-fields::-moz-placeholder { /* Mozilla Firefox 19+ */ | |
color: #909 !important; | |
opacity: 1; | |
} | |
.spu-fields:-ms-input-placeholder { /* Internet Explorer 10-11 */ | |
color: #909 !important; | |
} | |
input.spu-fields{ | |
border-color:#999 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment