Skip to content

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
  • Loading branch information
jaspermdegroot authored and agcolom committed Nov 26, 2014
1 parent dae11c0 commit de0fa11
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 de0fa11

Please sign in to comment.