Skip to content

Commit

Permalink
Themeform select css
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxMedia committed Nov 25, 2015
1 parent 2c6fc7e commit 5388ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ input, textarea, button, select, label { font-family: inherit; }
.themeform button,
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input,
.themeform select,
.themeform textarea,
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
Expand Down

0 comments on commit 5388ca0

Please sign in to comment.