Skip to content

Instantly share code, notes, and snippets.

@gvost
Created April 29, 2017 16:46
Show Gist options
  • Save gvost/207d8040fe2044aca0a1e5629c15b52b to your computer and use it in GitHub Desktop.
Save gvost/207d8040fe2044aca0a1e5629c15b52b to your computer and use it in GitHub Desktop.
@Text: #000000;
@Fill: #FFFFFF;
.webkitPrefillOverride (@textcolor, @fillcolor) {
-webkit-text-fill-color: @textcolor;
-webkit-box-shadow: inset 0 0 0px 9999px @fillcolor;
background-color: transparent!important;
background: transparent;
border-bottom-color: @fillcolor;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
.webkitPrefillOverride(@Text, @Fill)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment