Skip to content

Instantly share code, notes, and snippets.

@timersys
Created January 31, 2017 12:42
Show Gist options
  • Save timersys/6d855d110997497a53ce6cd75fd2bdfa to your computer and use it in GitHub Desktop.
Save timersys/6d855d110997497a53ce6cd75fd2bdfa to your computer and use it in GitHub Desktop.
Popups premium placeholder change colors
.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