Skip to content

Commit

Permalink
Merge pull request foundation#1223 from EnigmaSolved/patch-7
Browse files Browse the repository at this point in the history
Fix Custom Select Arrow Box Height Issue
  • Loading branch information
zurbchris committed Dec 5, 2012
2 parents f56eacd + 6283985 commit 3bd0a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/foundation/common/_forms.scss
Expand Up @@ -114,6 +114,6 @@

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
form.custom div.custom.dropdown a.selector { height: 30px; }
form.custom div.custom.dropdown a.selector { height: 28px; }
}
.lt-ie9 form.custom div.custom.dropdown a.selector { height: 30px; }
.lt-ie9 form.custom div.custom.dropdown a.selector { height: 28px; }

0 comments on commit 3bd0a4b

Please sign in to comment.