.mce-container-body .mce-resizehandle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	visibility: visible;
	cursor: s-resize;
	margin: 0;
}

.mce-container-body .mce-resizehandle-both {
	cursor: se-resize;
}

i.mce-i-resize {
	color: @text;
}
