From 5cd37b1ab4e343356aa5142f2c5bad315334f81b Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Tue, 23 Jan 2018 14:25:27 +1000 Subject: [PATCH] Chrome autofill white background --- src/components/EnquiryForm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EnquiryForm.css b/src/components/EnquiryForm.css index f3003c0..71cc4b3 100644 --- a/src/components/EnquiryForm.css +++ b/src/components/EnquiryForm.css @@ -34,7 +34,7 @@ } .EnquiryForm--Input:-webkit-autofill { - -webkit-box-shadow: 0 0 0 1000px var(--lightGrey) inset !important; + -webkit-box-shadow: 0 0 0 1000px white inset !important; } .EnquiryForm--Input:focus {