以下のコードをナビゲーションボタンのアイコン画像に設定しています。ボタンがアクティブになって別のアイコン画像を挿入したときにこのコードを変更するにはどうすればよいですか?jquerymobileを使用しています。ありがとう
.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;
}