Skip to content

Instantly share code, notes, and snippets.

@masahirompp
Created February 13, 2016 16:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masahirompp/3d2ea356eb7e670e56bd to your computer and use it in GitHub Desktop.
Save masahirompp/3d2ea356eb7e670e56bd to your computer and use it in GitHub Desktop.
<div class="select">
<select>
<option value="a">AAA</option>
<option value="b">BBB</option>
<option value="c">CCC</option>
</select>
</div>
select(width)
padding 0
margin 0
border 1px solid #ccc
width width
border-radius 3px
overflow hidden
background-color #fff
background #fff url("data:image/gif;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50%
select
padding 0.5em 8px
width 130%
border none
box-shadow none
background-color transparent
background-image none
-webkit-appearance none
-moz-appearance none
appearance none
font inherit
color inherit
&:focus
outline none
@PetrKopta
Copy link

chci se to naucit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment