@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
42 lines (34 loc) • 876 B
text/less
/* ============================ */
/* CSS for control sap.m/Table */
/* High Contrast Black theme */
/* ============================ */
html[data-sap-ui-browser='ie11'] .sapMListTbl,
html[data-sap-ui-browser^='ed'] .sapMListTbl {
padding: 2px; /* outline must be visible */
}
.sapMListTblHeader,
.sapMListTblFooter {
background: @sapUiListBackground;
}
.sapMListTbl {
/* HCB Additional Style */
border: 1px solid @sapUiListHeaderBorderColor;
}
.sapMSticky .sapMTB-Info-CTX.sapMTB.sapMListInfoTBar {
margin-top: 0;
margin-bottom: 0;
}
.sapMSticky .sapMListInfoTBarContainer {
padding: 2px 0;
}
/* table column header */
.sapMListTbl th {
border-bottom: 0.125rem solid @sapUiListHeaderBorderColor;
}
.sapMColumnHeaderActive:focus {
outline-width: 3px;
}
/* table footer */
.sapMListTblFooter > td {
border-top: 0.125rem solid @sapUiListTableFooterBorder;
}