Skip to content

Instantly share code, notes, and snippets.

@ismaail
Created April 3, 2018 18:48
Show Gist options
  • Save ismaail/ca810bfe345950260c4b849c56b1b94e to your computer and use it in GitHub Desktop.
Save ismaail/ca810bfe345950260c4b849c56b1b94e to your computer and use it in GitHub Desktop.
Select Input (uniform Browser style)
select.form-control {
padding-right: 20px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gMVEx0lHTdoJgAAAEBJREFUOMtjYBgFyICRHLXomv6TagATmoQ9EZrtCClIgroEG04k1o89WDR3kRqoW5A0byI3Zi4wMDCcG02gNAYA79cSVHAU23YAAAAASUVORK5CYII=') 99% center no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment