Created
February 26, 2014 06:02
-
-
Save sibsfinx/9224382 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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