UNPKG

@openui5/sap.ui.core

Version:

OpenUI5 Core Library sap.ui.core

24 lines (21 loc) 599 B
/** * @file * @deprecated As of version 1.56, together with the sap.ui.core.ScrollBar control */ /* ====================================== */ /* CSS for control sap.ui.core/ScrollBar */ /* Base theme */ /* ====================================== */ .sapUiScrollBarTouch { -webkit-overflow-scrolling: auto; } .sapUiScrollBarTouch ::-webkit-scrollbar { height: 7px; width: 7px; -webkit-appearance: none; } .sapUiScrollBarTouch ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0,0,0,.5); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); }