Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border-radius applied incorrectly in optgroup selects #102

Closed
sbine opened this issue Jan 24, 2013 · 1 comment
Closed

Border-radius applied incorrectly in optgroup selects #102

sbine opened this issue Jan 24, 2013 · 1 comment
Assignees
Labels

Comments

@sbine
Copy link

sbine commented Jan 24, 2013

The .selectboxit-option-first class causes a border-radius to be applied to the top of the first <option> even when there's an optgroup label before it.
See it in action in the demo.

Screen Shot 2013-01-24 at 10 14 57 AM


As a side note/suggestion, I also added the following styles to give the select box a bit more breathing room:
.selectboxit-container .selectboxit {
    padding-left: 5px;
}
.selectboxit-optgroup-header {
    padding: 5px;
}

Thank you once again for sharing this great plugin.

gfranko added a commit that referenced this issue Jan 25, 2013
@ghost ghost assigned gfranko Jan 25, 2013
@gfranko
Copy link
Owner

gfranko commented Jan 25, 2013

Thank you for reporting this issue! The first option no longer has a border radius if it is within an optgroup. Let me know if you find any other issues!

@gfranko gfranko closed this as completed Jan 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants