Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Forked from anonymous/dabblet.css
Created June 11, 2012 11:05
Show Gist options
  • Save iamstarkov/2909602 to your computer and use it in GitHub Desktop.
Save iamstarkov/2909602 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;
border-radius: 20px;
box-shadow: 0 0 5px #9ec3d6;
min-width: 165px;
padding: 7px;
}
<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