webui-aria2/js/libs/dojox/mobile/themes/android/ListItem-compat.css

37 lines
885 B
CSS
Raw Normal View History

.mblDomButtonGrayArrow, .mblDomButtonArrow {
background-image: url(../common/domButtons/compat/mblDomButtonGrayArrow.png);
background-repeat: no-repeat;
}
.mblDomButtonGrayArrow div, .mblDomButtonArrow div {
display: none;
}
.mblDomButtonDarkBlueCheck, .mblDomButtonCheck {
background-image: url(../common/domButtons/compat/mblDomButtonDarkBlueCheck.png);
background-repeat: no-repeat;
}
.mblDomButtonDarkBlueCheck div, .mblDomButtonCheck div {
display: none;
}
*html li.mblListItem.mblVariableHeight {
height: 0;
}
.mblListItemIcon {
top: 18px;
}
.mblListItem .mblArrow {
border-style: none;
width: 9px;
height: 13px;
background-image: url(compat/gray-arrow.png);
}
.mblItemSelected .mblArrow {
background-image: url(compat/white-arrow.png);
}
*html .mblListItemTextBox {
height: 100%;
}
*html li.mblListItem.mblVariableHeight .mblListItemTextBox {
height: auto;
}