我将下面的代码设置为导航按钮的图标图像。当按钮变为活动状态以插入另一个图标图像时,如何更改此代码?我正在使用 jquery 手机。谢谢
.nav-glyphish-example .ui-btn .ui-btn-inner {
padding-top: 40px !important;
}
.nav-glyphish-example .ui-btn .ui-icon {
width: 30px!important;
height: 30px!important;
margin-left: -15px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-webkit-border-radius: 0 !important; border-radius: 0 !important;
}
#home .ui-icon {
background: url(glyphish/icons/icons-gray/983-calendarblue@2x.png) 50% 50% no-repeat;
background-size: 24px 22px;
}