Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Controlgroup: added missing selector for corner styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Nov 9, 2012
1 parent 3d0c1ee commit 558eb5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/structure/jquery.mobile.controlgroup.css
Expand Up @@ -39,7 +39,8 @@
.ui-controlgroup .ui-controlgroup-controls,
.ui-controlgroup .ui-radio,
.ui-controlgroup .ui-checkbox,
.ui-controlgroup .ui-select {
.ui-controlgroup .ui-select,
.ui-controlgroup li {
-webkit-border-radius: inherit;
border-radius: inherit;
}
Expand Down

0 comments on commit 558eb5f

Please sign in to comment.