Skip to content

Instantly share code, notes, and snippets.

@ademilter
Created April 27, 2012 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademilter/2507004 to your computer and use it in GitHub Desktop.
Save ademilter/2507004 to your computer and use it in GitHub Desktop.
Untitled
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;
}
<select>
<option value="0">Google</option>
<option value="1">Bing</option>
<option value="2">Yahoo!</option>
<option value="3">MYNET</option>
</select>
{"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