We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb52c4 commit d6da6feCopy full SHA for d6da6fe
themes/default/jquery.mobile.theme.css
@@ -787,7 +787,6 @@ a.ui-link-inherit {
787
}
788
.ui-icon-checkbox-on {
789
background-position: -648px 50%;
790
- background-color: #4596ce; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
791
792
.ui-icon-radio-off {
793
background-position: -756px 50%;
@@ -807,6 +806,7 @@ a.ui-link-inherit {
807
806
808
background-color: transparent;
809
+.ui-icon-checkbox-on,
810
.ui-checkbox-on .ui-icon,
811
.ui-radio-on .ui-icon {
812
background-color: #4596ce; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
0 commit comments