/**
 * @file
 * @deprecated as of version 1.50, together with sap.m.TileContainer
 */
/* ==================================== */
/* CSS for control sap.m/TileContainer  */
/* Belize theme                         */
/* ==================================== */

.sapMTC .sapMTCBlind {
	opacity: 0.4;
}

.sapMTC .sapMTCScroller:focus::before {
	border: 1px dotted @sapUiContentFocusColor;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
}