UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

54 lines (43 loc) 1.54 kB
/* ================================= */ /* CSS for control sap.m/TimePicker */ /* Base theme */ /* ================================= */ /* ======================================== */ /* TimePicker Input Field */ /* ======================================== */ /* ======================================== */ /* TimePicker Dropdown */ /* ======================================== */ .sapMTimePickerDropDown { overflow: hidden !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; box-shadow: @sapUiShadowLevel1 !important; //Need to override this with important because of popover stronger selectors } /* ======================================== */ /* COMPACT MODE STYLES */ /* ======================================== */ .sapUiSizeCompact { /* ======================================== */ /* TimePicker Dropdown */ /* ======================================== */ .sapMTimePickerDropDown { box-shadow: @sapUiShadowLevel1 !important; //Need to override this with important because of popover stronger selectors } } /* PHONE STYLES */ html.sap-phone { /* ======================================== */ /* TimePicker Dropdown */ /* ======================================== */ .sapMTimePickerDropDown { /* This centers content in landscape & portrait mode */ .sapMDialogScrollCont { display: flex; height: 100%; padding: 0; } } }