Web UI - Box Resize
Mouse Cursor
<p>Just hover on the below line to see a resize row cursor appears</p>
<div class="handler handler_horizontal" style=""></div>
.handler_horizontal {
width: 20%;
height: 2px;
background-color: #cfd6d9;
padding: 0 1px;
cursor: row-resize;
top: 30px;
}