Skip to content

Instantly share code, notes, and snippets.

Created June 11, 2012 08:09
Show Gist options
  • Save anonymous/2909020 to your computer and use it in GitHub Desktop.
Save anonymous/2909020 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
select { outline: none; border: solid 2px #9ec3d6;
-webkit-border-radius: 20px; -moz-border-radius: 20px;
border-radius: 20px; padding: 7px; min-width: 165px;
-moz-box-shadow: 0 0 5px #9ec3d6;
-webkit-box-shadow: 0 0 5px #9ec3d6;
box-shadow: 0 0 5px #9ec3d6;
}
<select>
<option>select</option>
</select>
{"view":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment