Answer: Removing input background colour for Chrome autocomplete?

answer re: Removing input background colour for Chrome autocomplete?

Nov 3 ’16

21


This content originally appeared on DEV Community and was authored by mhsohag11

After 2 hours of searching it seems google still overrides the yellow color somehow but i for the fix for it. That's right. it will work for hover, focus etc as well. all you have to do is add !important to it.

input:-webkit-autofill
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0


This content originally appeared on DEV Community and was authored by mhsohag11


Print Share Comment Cite Upload Translate Updates
APA

mhsohag11 | Sciencx (2022-04-05T04:19:44+00:00) Answer: Removing input background colour for Chrome autocomplete?. Retrieved from https://www.scien.cx/2022/04/05/answer-removing-input-background-colour-for-chrome-autocomplete/

MLA
" » Answer: Removing input background colour for Chrome autocomplete?." mhsohag11 | Sciencx - Tuesday April 5, 2022, https://www.scien.cx/2022/04/05/answer-removing-input-background-colour-for-chrome-autocomplete/
HARVARD
mhsohag11 | Sciencx Tuesday April 5, 2022 » Answer: Removing input background colour for Chrome autocomplete?., viewed ,<https://www.scien.cx/2022/04/05/answer-removing-input-background-colour-for-chrome-autocomplete/>
VANCOUVER
mhsohag11 | Sciencx - » Answer: Removing input background colour for Chrome autocomplete?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/05/answer-removing-input-background-colour-for-chrome-autocomplete/
CHICAGO
" » Answer: Removing input background colour for Chrome autocomplete?." mhsohag11 | Sciencx - Accessed . https://www.scien.cx/2022/04/05/answer-removing-input-background-colour-for-chrome-autocomplete/
IEEE
" » Answer: Removing input background colour for Chrome autocomplete?." mhsohag11 | Sciencx [Online]. Available: https://www.scien.cx/2022/04/05/answer-removing-input-background-colour-for-chrome-autocomplete/. [Accessed: ]
rf:citation
» Answer: Removing input background colour for Chrome autocomplete? | mhsohag11 | Sciencx | https://www.scien.cx/2022/04/05/answer-removing-input-background-colour-for-chrome-autocomplete/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.