@openui5/sap.ui.core
Version:
OpenUI5 Core Library sap.ui.core
37 lines (33 loc) • 991 B
text/less
/* ======================================= */
/* 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 */
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 */
user-select: text; /* Non-prefixed version */
}