Is there a way to change the background color of the validation message for the inputs in Chrome (under win)?
For example, can I change this to white?
Edit: This is a shot from internal validation in Chrome under windows. No JavaScript involved here. Here is the code:
<form>
<input type="date" />
<input type="submit" />
</form>
