Skip to content

Instantly share code, notes, and snippets.

@alexermakov
Created September 24, 2016 16:21
Show Gist options
  • Select an option

  • Save alexermakov/636566cdf031c402aefb5ca9a2b6875b to your computer and use it in GitHub Desktop.

Select an option

Save alexermakov/636566cdf031c402aefb5ca9a2b6875b to your computer and use it in GitHub Desktop.
autofill input style
input {outline: none;}
input:-webkit-autofill {
-webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
-webkit-text-fill-color: #999 !important; /* цвет текста */
color: #999 !important; /* цвет текста */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment