﻿.k-graphiceditor-toolbox {
    padding: 0;
    cursor: default;
}

    .k-graphiceditor-toolbox .k-tool {
        display: block;
        padding: 5px;
        margin: 2px;
    }

    .k-graphiceditor-toolbox .k-tool-text {
        display: none;
    }

    .k-graphiceditor-toolbox .k-button-group {
        padding: 1px;
    }

        .k-graphiceditor-toolbox .k-button-group > .k-group-end {
            margin-right: 0;
        }
