Skip to content

Instantly share code, notes, and snippets.

@hoodwink73
Created July 15, 2019 10:43
Show Gist options
  • Save hoodwink73/af7f6952a8afdf6476019549431255a0 to your computer and use it in GitHub Desktop.
Save hoodwink73/af7f6952a8afdf6476019549431255a0 to your computer and use it in GitHub Desktop.
Simulate the arrow indicating a dropdown menu when you reset the appearance of a select element
.reset-select {
border: 0;
padding: 0;
margin: 0;
outline: 0;
height: 100%;
background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
no-repeat 98% 50%, #F5F7FA;
-moz-appearance: none;
-webkit-appearance: none;
background-blend-mode: darken;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment