Skip to content

Instantly share code, notes, and snippets.

@miketaylr
Created October 25, 2018 23:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save miketaylr/a22197e331c4ea6a30c73f066b817fda to your computer and use it in GitHub Desktop.
.fancyselect {
background: url(_gfx/arrow04.gif) right 4px no-repeat #fff;
color: #0098cd;
padding-right: 12px;
-webkit-appearance: none;
-moz-appearance: menulist-textfield;
-ms-appearance: none;
border: 0
}
.fancyselect02 {
font-size: 0.917em;
background: url(_gfx/arrow06.png) 97% -38px no-repeat #fff;
color: #666768;
padding-right: 30px;
-webkit-appearance: none;
-moz-appearance: menulist-textfield;
-ms-appearance: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.combine {
padding: 7px 8px 8px;
margin: 0 5px 6px 0;
border: 1px solid #cfcbcb;
font-size: 0.917em;
background: url(_gfx/arrow06.png) 97% -38px no-repeat #fff;
color: #666768;
padding-right: 30px;
-webkit-appearance: none;
-moz-appearance: menulist-textfield;
-ms-appearance: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
width: 224px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment