Skip to content

Instantly share code, notes, and snippets.

@sibsfinx
Created February 26, 2014 06:02
Show Gist options
  • Save sibsfinx/9224382 to your computer and use it in GitHub Desktop.
Save sibsfinx/9224382 to your computer and use it in GitHub Desktop.
// http://www.w3schools.com/cssref/css3_pr_appearance.asp
=appearance($a)
appearance: $a
-webkit-appearance: $a
-moz-appearance: $a
select
+appearance(none)
line-height: 1
background: #fff
background:
size: auto 100%
+background(url("select-down-icon.svg") right no-repeat, linear-gradient(top, $btnBackground, $btnBackgroundHighlight))
// svg and png here https://www.dropbox.com/sh/ibc6q811xtpt3nh/UVDstrG0-0
// maybe add svg > png fallback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment