dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
16 lines (14 loc) • 320 B
text/less
/* 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;
}
}