mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
changed the secondary icon color class name to ui-icon-alt instead of ui-icon-black. This will be best when creating custom themes that might use slightly different icon colors.
This commit is contained in:
parent
71ac285d4b
commit
6aa7db5fb5
2 changed files with 4 additions and 4 deletions
|
|
@ -730,7 +730,7 @@ a.ui-link-inherit {
|
|||
/* Alt icon color
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.ui-icon-black {
|
||||
.ui-icon-alt {
|
||||
background: #fff;
|
||||
background: rgba(255,255,255,.3);
|
||||
background-image: url(images/icons-18-black.png);
|
||||
|
|
@ -754,7 +754,7 @@ a.ui-link-inherit {
|
|||
-webkit-background-size: 630px 18px;
|
||||
background-size: 630px 18px;
|
||||
}
|
||||
.ui-icon-black {
|
||||
.ui-icon-alt {
|
||||
background-image: url(images/icons-36-black.png);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -724,7 +724,7 @@ a.ui-link-inherit {
|
|||
/* Alt icon color
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.ui-icon-black {
|
||||
.ui-icon-alt {
|
||||
background: #fff;
|
||||
background: rgba(255,255,255,.3);
|
||||
background-image: url(images/icons-18-black.png);
|
||||
|
|
@ -748,7 +748,7 @@ a.ui-link-inherit {
|
|||
-webkit-background-size: 630px 18px;
|
||||
background-size: 630px 18px;
|
||||
}
|
||||
.ui-icon-black {
|
||||
.ui-icon-alt {
|
||||
background-image: url(images/icons-36-black.png);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue