From 396a2b0e448a4c1a566d6c09a40b0d475e9b739c Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 3 Jun 2020 07:47:17 +0200 Subject: [PATCH] :bug: Makes autocomplete background white --- frontend/resources/styles/main/partials/forms.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/resources/styles/main/partials/forms.scss b/frontend/resources/styles/main/partials/forms.scss index 16d14ab58..a3fc1139b 100644 --- a/frontend/resources/styles/main/partials/forms.scss +++ b/frontend/resources/styles/main/partials/forms.scss @@ -125,6 +125,15 @@ textarea { padding: 0px; margin: 0px; background-color: transparent; + + } + + // Makes the background for autocomplete white + input:-webkit-autofill, + input:-webkit-autofill:hover, + input:-webkit-autofill:focus, + input:-webkit-autofill:active { + -webkit-box-shadow: 0 0 0 30px $color-white inset !important; } .input-container {