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

Commit

Permalink
Theme: Keep background for checkbox-off icon when using no-disc icons
Browse files Browse the repository at this point in the history
Fixes gh-6993
  • Loading branch information
jaspermdegroot committed May 31, 2014
1 parent 71c823e commit 37bb5d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/themes/default/jquery.mobile.theme.css
Expand Up @@ -198,6 +198,10 @@ html .ui-alt-icon .ui-radio-off:after {
-webkit-border-radius: .1875em;
border-radius: .1875em;
}
.ui-btn.ui-checkbox-off:after {
background-color: #666;
background-color: rgba(0,0,0,.3);
}
.ui-radio .ui-btn.ui-radio-on:after {
background-image: none;
background-color: #fff;
Expand Down

0 comments on commit 37bb5d1

Please sign in to comment.