.table-cell-editor {
    .row-selected-background, .column-selected-background {
        .cell-editor-border {
            border: 1px solid #EBF3FF;
        }
    }
    .cell-editor-border {
        position: relative;
        border: 1px solid #FFF;
        overflow: visible;
        .font-icon-edit {
            float: right;
            display: none;
            position: relative;
            color: #2F82F5;
            font-size: 18px;
        }
    }
    .align-right {
        .font-icon-edit {
            float: left;
        }
    }
    .tr:hover {
        .font-icon-edit {
            display: inline-block;
        }
        .cell-editor-border {
            background-color: #FFF;
            border: 1px solid #D8D8D8;
        }   
    }
    .font-icon-edit:hover {
        cursor: pointer;
    }
    .editor-box {
        position: absolute;
        z-index: 1000;
        height: 100%;
        white-space: nowrap;
        >div {
            margin-left: 5px;
        }
        .result-alert {
            color: #F00;
            display: inline-block;
            line-height: 25px;
        }
    }
}
