UNPKG

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.

17 lines (14 loc) 270 B
/* dojox.mobile.ListItem */ .mblListItemSelected { background-color: @default-selected-background-color; } .dj_gecko { .mblListItemSelected { background-image: @default-selected-background-image-gecko; } } .dj_ie6 { .mblListItem { vertical-align: bottom; } }