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.
41 lines (33 loc) • 838 B
text/less
@import url("../common/domButtons/DomButtonGrayArrow.css");
@import url("../common/domButtons/DomButtonDarkBlueCheck.css");
@import "variables.less";
@import "../common/ListItem.less";
.mblListItem {
.default-vertical-margin;
& .mblListItemLabel {
&:active {
color: @win-accent-color;
}
&:first-child {
margin-left: @mbl-list-item-height + 10px;
overflow: visible;
&:before {
content: '';
width: @mbl-list-item-height;
height: @mbl-list-item-height;
background-color: @win-app-bar-color;
position: absolute;
margin-left: -@mbl-list-item-height - 10px;
}
}
}
& .mblListItemIcon {
height: @mbl-list-item-height;
width: @mbl-list-item-height;
margin: 0 10px 0 0;
}
& .mblListItemEmptyIcon {
padding-top: @mbl-list-item-height;
background-color: @win-app-bar-color;
}
}