﻿@import "variables.css";

.dx-datagrid .dx-link {
    //Delete Button in Grid
    /*text-decoration: underline;*/
    cursor: pointer;
    color: #3a3a3a !important;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    //Checkbox in Grid
    display: inline-block !important;
}
