/* ============================================ */
/* CSS for control sap.ui.commons/MessageToast  */
/* Belize High Contrast Black theme             */
/* ============================================ */

.sapUiMsgToastMsg {
	background-color: @sapUiGroupContentBackground;
	font-size: @sapUiDesktopFontSize;
	border-color: @sapUiContentForegroundBorderColor;
}

.sapUiMsgToastArrow {
	background-image: url("img/messagebar/toastarrow.gif");
}