Remove google chrome textfield autocomplete background using CSS

.search-field:-webkit-autofill, .search-field:-webkit-autofill:hover, .search-field:-webkit-autofill:focus, .search-field:-webkit-autofill:active { -webkit-box-shadow: inset 0 0 0px 9999px #060405; -webkit-text-fill-color: #fff; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.