Created
April 27, 2012 07:36
-
-
Save ademilter/2507004 to your computer and use it in GitHub Desktop.
Untitled
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
select { | |
-webkit-appearance: button; | |
-webkit-border-radius: 3px; | |
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); | |
-webkit-padding-end: 20px; | |
-webkit-padding-start: 10px; | |
-webkit-user-select: none; | |
background-image: url("http://dl.dropbox.com/u/6874407/select.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5) | |
background-position: center right; | |
background-repeat: no-repeat; | |
border: 1px solid #aaa; | |
color: #ccc; | |
font-size: inherit; | |
margin: 0; | |
overflow: hidden; | |
padding-top: 2px; | |
padding-bottom: 2px; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
} |
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
<select> | |
<option value="0">Google</option> | |
<option value="1">Bing</option> | |
<option value="2">Yahoo!</option> | |
<option value="3">MYNET</option> | |
</select> |
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
{"view":"split","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment