diff --git a/css/custom_theme.css.php b/css/custom_theme.css.php index 12e489161d..c814e79de1 100644 --- a/css/custom_theme.css.php +++ b/css/custom_theme.css.php @@ -228,6 +228,15 @@ font-weight: var(--field-weight); } +.with_frm_style input:-webkit-autofill { + -webkit-box-shadow: 0 0 0 30px var(--bg-color) inset ; +} + +.with_frm_style input:-webkit-autofill:focus { + /* Prevent the user agent autofill background color from taking effect on focus. */ + transition: background-color 5000s ease-in-out 0s; +} + .with_frm_style .chosen-container-multi .chosen-choices,