xj
liuyg
2021-06-24 d8d0f5fb17025c8ea92ef9f03ad5cc57d18b3b16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* dojox.mobile.IconContainer */
.mblIconItemPaneHeading {
    background-image: url(compat/icon-content-heading-bg.png);
}
 
.dj_gecko {
    .mblIconItemPaneHeading {
        background-image: -moz-linear-gradient(top, #e0e4e7 0%, #c4ccd2 50%, #bfc8ce 50%, #b4bec6 100%);
    }
}
 
.dj_ie7 {
    .mblIconAreaInner {
        font-size: 60px;
    }
}