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

Commit 9c53458

Browse files
Theme: Correct border-radius for checkbox-off. Fixes #6238.
1 parent e6eaab6 commit 9c53458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/themes/default/jquery.mobile.theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ html .ui-btn.ui-icon-radio-on:after {
168168
filter: Alpha(Opacity=30);
169169
opacity: .3;
170170
}
171-
.ui-btn.ui-icon-checkbox-off:after,
172-
.ui-btn.ui-icon-checkbox-on:after {
171+
html .ui-btn.ui-icon-checkbox-off:after,
172+
html .ui-btn.ui-icon-radio-off:after {
173173
-webkit-border-radius: .1875em;
174174
border-radius: .1875em;
175175
}

0 commit comments

Comments
 (0)