There's a form on my website where the autocomplete feature shows a blue background color. The form itself has a semi-transparent white background. I managed to change the autofill color to white using this CSS property:
-webkit-box-shadow: 0 0 50px white inset;
However, when I try setting a semi-transparent color, the CSS property stops working. Can anyone help me find a solution to this issue? I've also experimented with other properties using `!important`, as suggested in various resources.