﻿.k-drag-cell .k-svg-i-reorder svg {
    display: none;
}

.k-drag-cell .k-svg-i-reorder {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/icons/drag-handle-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
