@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
42 lines (38 loc) • 899 B
text/less
/* ===================================== */
/* CSS for control sap.m/DatePicker */
/* Base theme */
/* ===================================== */
[data-sap-ui-popup].sapMRPCalendar {
&.sapMDialog.sapUiPopupWithPadding:not(.sapUiNoContentPadding) .sapMDialogScrollCont {
padding: 0;
}
.sapMDialogScroll,
.sapMDialogScrollCont,
.sapUiCal {
min-height: 100%;
}
&.sapMDialog {
padding-bottom: 0;
}
&.sapMDialog.sapMDialogStretched {
max-height: none ; /* the !important is needed to override the inline set of the max-height by the Dialog */
}
}
html.sap-phone, html.sapUiMedia-Std-Phone {
[data-sap-ui-popup] {
.sapUiCal {
width: 100%;
}
&.sapMLandscapePadding .sapUiCal {
padding-bottom: 3rem;
}
}
}
.sapMInputBase {
&.sapMDatePickerHiddenInput {
display: none;
}
.sapMInputBaseContentWrapper{
display: inline-flex;
}
}