Skip to content

Instantly share code, notes, and snippets.

@GiuMagnani
Created November 15, 2019 20:18
Show Gist options
  • Save GiuMagnani/638512a76443fbec3c22ca4cd1e82948 to your computer and use it in GitHub Desktop.
Save GiuMagnani/638512a76443fbec3c22ca4cd1e82948 to your computer and use it in GitHub Desktop.
CSS unstyled select with data64 arrow
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance:none;
border-radius: 0;
color: black;
font-size: 18px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
background-repeat: no-repeat;
background-position: 98% center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment