/*Write your custom css in this file.*/

.dataTable:not(.js-selection-mode) tbody tr.faded {
    opacity: 0.7;
}

table.dataTable.display tbody th, table.dataTable.display tbody td {
    background: none !important;
}

/* Remove hover effect from tasks and projects table rows - keep the status background colors visible on hover */
table.dataTable#task-table:not(.js-selection-mode) tbody tr:hover td,
table.dataTable#task-table:not(.js-selection-mode) tbody tr:hover,
table.dataTable#project-table:not(.js-selection-mode) tbody tr:hover td,
table.dataTable#project-table:not(.js-selection-mode) tbody tr:hover {
    background: inherit !important;
}

table.dataTable.display#task-table:not(.js-selection-mode) tbody tr:hover td,
table.dataTable.display#project-table:not(.js-selection-mode) tbody tr:hover td {
    background: inherit !important;
}