<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.edit-mode .dojoDndHandle {
	position: relative;
}

.edit-mode .dojoDndHandle .dragHandle {
	position: absolute;
	top: 0px;
	left: 40%;
	width: 20%;
	height: 50%;
	z-index: 100;
	background-image: url(./images/DragHandleTop.png);
	opacity: 0.6;
	cursor: move;
	
}</pre></body></html>