Skip to content

Commit

Permalink
References #123 - Updated mobile styles by updating margin and paddin…
Browse files Browse the repository at this point in the history
…g of the original select box and adding the -webkit-appearance property
  • Loading branch information
gfranko committed Feb 28, 2013
1 parent 470f85e commit 5f4cfcb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion src/javascripts/jquery.selectBoxIt.js
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,13 @@

"cursor": "pointer",

"z-index": "999999"
"z-index": "999999",

"margin": self.dropdown.css("margin"),

"padding": "0",

"-webkit-appearance": "menulist-button"

}).bind({

Expand Down
Loading

0 comments on commit 5f4cfcb

Please sign in to comment.