I tried everything so that Firefox uses the color that I specify as the color for the placeholder in my forms. Including use :-moz-placeholderin my CSS and all, but the resulting color is never specified.
I know that Firefox uses the default light gray color for input / replacement, but why is it possible to change it if it really has not completely changed it?
Here is the code I made to demonstrate, including all CSS specific to Firefox:
Old: http://codepen.io/JTLR/pen/BpJft
New: http://codepen.io/JTLR/pen/EkJhH
source
share