UNPKG

@openui5/sap.ui.core

Version:

OpenUI5 Core Library sap.ui.core

39 lines (35 loc) 1.14 kB
/* ======================================= */ /* CSS for control sap.ui.core/BlindLayer */ /* Base theme */ /* ======================================= */ .sapUiBliLy { position: absolute; display: inline-block; } .sapUiBliLy > iframe { background-color: transparent; border: none; margin: 0; padding: 0; position: absolute; opacity: 0.01; filter: alpha(opacity=1); width: 100%; height: 100%; } .sapUiNotUserSelectable { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/EdgeHTML-based Edge */ user-select: none; /* Non-prefixed version */ } .sapUiUserSelectable { -webkit-touch-callout: text; /* iOS Safari */ -webkit-user-select: text; /* Chrome/Safari/Opera */ -khtml-user-select: text; /* Konqueror */ -moz-user-select: text; /* Firefox */ -ms-user-select: text; /* Internet Explorer/EdgeHTML-based Edge */ user-select: text; /* Non-prefixed version */ }