Created
February 20, 2014 16:21
-
-
Save b-ry/9117485 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| select{ | |
| background: url(../images/image.jpg) right center no-repeat; | |
| background-color: $white; | |
| border: 1px solid $gray_4; | |
| @include border-radius(0); | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| appearance: none; | |
| text-indent:0.01px; | |
| text-overflow:''; | |
| overflow: hidden; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment