piggy back on checkbox/radio to define background-color for ui-icon-checkbox-on

This commit is contained in:
gseguin 2011-08-31 13:32:44 -07:00
parent 4cb52c4908
commit d6da6fed64

View file

@ -787,7 +787,6 @@ a.ui-link-inherit {
}
.ui-icon-checkbox-on {
background-position: -648px 50%;
background-color: #4596ce; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}
.ui-icon-radio-off {
background-position: -756px 50%;
@ -807,6 +806,7 @@ a.ui-link-inherit {
.ui-icon-radio-off {
background-color: transparent;
}
.ui-icon-checkbox-on,
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
background-color: #4596ce; /* NOTE: this hex should match the active state color. It's repeated here for cascade */