mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 20:34:42 +00:00
piggy back on checkbox/radio to define background-color for ui-icon-checkbox-on
This commit is contained in:
parent
4cb52c4908
commit
d6da6fed64
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue