UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

46 lines (40 loc) 1.3 kB
/* ======================================= */ /* CSS for control sap.m/UploadCollection */ /* High Contrast Black theme */ /* ======================================= */ /*if no image is provided a placeholder camera is displayed */ .sapMUCItemPlaceholderInactive, .sapMUCItemPlaceholder { background-color: @sapUiListBackground; box-sizing: border-box; border-width: 0.0625rem; border-style: solid; border-color: @sapUiListBorderColor; border-radius: 0; } /*padding between buttons */ .sapMBtn.sapMUCFirstButton { padding-right: 0.5rem; } /*padding between buttons */ .sapUiSizeCompact .sapMBtn.sapMUCFirstButton { padding-right: 0.5rem; } /* Text: Description (Progress) */ .sapMLabel.sapMUCProgress { font-size: @sapMFontMediumSize; color: @sapUiContentLabelColor; } /*Drag && Drop*/ .sapMUC .sapMUCDragDropOverlay.sapMUCDropIndicator:after { background-color: transparent; } /* ************************************************************************************* */ /* local fixes: should be done by used simple controls /* ************************************************************************************* */ .sapMUCItemIconInactive.sapUiIcon:focus, .sapMUCItemIcon.sapUiIcon:focus, .sapMUCItemImage:focus { outline-width: 0.125rem; outline-style: dotted; }