Skip to content

Instantly share code, notes, and snippets.

@asemler
Created January 11, 2016 19:34
Show Gist options
  • Save asemler/6c407c7c102424921f5d to your computer and use it in GitHub Desktop.
Save asemler/6c407c7c102424921f5d to your computer and use it in GitHub Desktop.
input:disabled::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment