Prevent Firefox from using a more-specific text color definition in place of the placeholder color

This commit is contained in:
tms 2013-02-09 20:04:01 -05:00
parent 03a798b202
commit a588939d81

View File

@ -1419,7 +1419,7 @@ body {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
color: #999999;
color: #999999 !important;
}
::-webkit-input-placeholder {
color: #999999;