Why is Firefox and Chrome displaying 2 different colors

<div class="info">

  <input id="input" type="text" name="someNameHere" placeholder="someValueHere" />
  <input id="sent" type="submit" value="Set" />

</div>

Chrome:
image

Firefox:
image

As has been suggested many times, you could find answers to many of your questions if you spent a little time reading documentation for anything new to you or that you are unsure about.

The answer is on this page

Please read it.

2 Likes

In Firefox, the appearance of placeholder text is a translucent.

Not just Gray, all colors I guess.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.