Skip to content

Instantly share code, notes, and snippets.

@dmjcomdem
Last active October 6, 2016 05:47
Show Gist options
  • Save dmjcomdem/9ccb41d84fb9c4c478663bdf3d3d9312 to your computer and use it in GitHub Desktop.
Save dmjcomdem/9ccb41d84fb9c4c478663bdf3d3d9312 to your computer and use it in GitHub Desktop.
<form autocomplete="off">
<input type="text" autocomplete="off">
</form>
<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; /* цвет текста */
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment