Merge pull request #99 from tms/firefox-placeholders

Prevent Firefox from using the wrong placeholder colour
This commit is contained in:
Sam 2013-02-09 19:53:35 -08:00
commit ca0c4926f6

View file

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