Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ademilter
Created April 27, 2012 07:42
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/2507082 to your computer and use it in GitHub Desktop.
Save ademilter/2507082 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: 8px;
-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: #555;
font-size: 13px;
margin: 0;
overflow: hidden;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
white-space: nowrap;
display: block;-webkit-box-flex: 1;width: 123px;
}
<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