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

Commit c862a86

Browse files
Theme: Keep background for checkbox-off icon when using no-disc icons
Fixes gh-6993 Closes gh-7451
1 parent 0ec40a4 commit c862a86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ html .ui-alt-icon .ui-radio-off:after {
198198
-webkit-border-radius: .1875em;
199199
border-radius: .1875em;
200200
}
201+
.ui-btn.ui-checkbox-off:after {
202+
background-color: #666;
203+
background-color: rgba(0,0,0,.3);
204+
}
201205
.ui-radio .ui-btn.ui-radio-on:after {
202206
background-image: none;
203207
background-color: #fff;

0 commit comments

Comments
 (0)