Color for styled placeholder text is muted in Firefox
问题 I've changed the color of my placeholders with the relevant vendor prefixes and it's displaying properly in other browsers, but for some reason Firefox mutes the colors a bit. ::-moz-placeholder, input::-moz-placeholder {color: Black;} I've used both :-moz-placeholder and ::-moz-placeholder prefixes. Any suggestions? 回答1: The default placeholder style has an opacity different from 1, so that if you change the input color the placeholder automatically ends up with a slightly muted version of