/* ==================================== */
/* CSS for control sap.m/PullToRefresh  */
/* Horizon theme                        */
/* ==================================== */

.sapMPullDown {
	background-color: darken(@sapUiGroupContentBackground, 5);
	border-bottom: none;
}

.sapMPullDownNontouch:focus {
	outline: none;
	box-shadow: inset 0px 0px 0px 0.125rem @sapUiContentFocusColor;
	border-radius: 0.5rem;
}
