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

Commit

Permalink
[controlgroup css] Remove border radii for all controlgroup members b…
Browse files Browse the repository at this point in the history
…efore specifying that the first and last children should have rounded corners
  • Loading branch information
Gabriel Schulhof committed Nov 6, 2012
1 parent b26cbf2 commit 0ce7583
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion css/structure/jquery.mobile.controlgroup.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
-webkit-border-radius: inherit;
border-radius: inherit;
}

.ui-controlgroup .ui-radio,
.ui-controlgroup .ui-checkbox,
.ui-controlgroup .ui-select,
.ui-controlgroup .ui-radio .ui-btn,
.ui-controlgroup .ui-checkbox .ui-btn,
.ui-controlgroup .ui-select .ui-btn,
.ui-controlgroup label + .ui-select,
.ui-controlgroup > li,
.ui-controlgroup .ui-btn {
-webkit-border-radius: 0px;
border-radius: 0px;
}

.ui-controlgroup-vertical .ui-radio:first-child,
.ui-controlgroup-vertical .ui-checkbox:first-child,
.ui-controlgroup-vertical .ui-select:first-child,
Expand Down Expand Up @@ -92,4 +106,4 @@
.ui-field-contain .ui-controlgroup .ui-select { width: 100%; display: block; }
.ui-field-contain .ui-controlgroup-horizontal .ui-select { width: auto; }
.ui-hide-label .ui-controlgroup-controls { width: 100%; }
}
}

0 comments on commit 0ce7583

Please sign in to comment.