Skip to content

Commit d6da6fe

Browse files
committed
piggy back on checkbox/radio to define background-color for ui-icon-checkbox-on
1 parent 4cb52c4 commit d6da6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/jquery.mobile.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,6 @@ a.ui-link-inherit {
787787
}
788788
.ui-icon-checkbox-on {
789789
background-position: -648px 50%;
790-
background-color: #4596ce; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
791790
}
792791
.ui-icon-radio-off {
793792
background-position: -756px 50%;
@@ -807,6 +806,7 @@ a.ui-link-inherit {
807806
.ui-icon-radio-off {
808807
background-color: transparent;
809808
}
809+
.ui-icon-checkbox-on,
810810
.ui-checkbox-on .ui-icon,
811811
.ui-radio-on .ui-icon {
812812
background-color: #4596ce; /* NOTE: this hex should match the active state color. It's repeated here for cascade */

0 commit comments

Comments
 (0)