I have a dark login dialog, a textbox with white forecolor and background color is black.
If the browser autofill the textboxes the background of the textbox is white and so you cant´t see the white text.
The textbox is filled, you can see it if you select the text. I have test it under Firefox and Edge.
Is there a solution for this?
Thanks, Dirk
Thanks Dirk for providing more details.
We have checked that issue and you can control the way that the autofill fields are displayed
by adding this to your default html (in head section)
<style> input:-webkit-autofill { -webkit-text-fill-color: white !important; -webkit-box-shadow: 0 0 0px 1000px black inset !important; } </style>
Also make sure that your browser does not use a cached version of default.html
(hit CTRL+F5).
Best regards
Frank
Here are the pictures and testproject.
Dirk,
I have tried to reproduce this problem but it worked ok here. What browser are you using?
Can you please check it with a different browser to see if there is any difference?
Any chance to wrap up a small test case that helps us to reproduce that issue?
Thanks in advance!
Best regards
Frank
Please login first to submit.