.table-hover-filedepo > tbody > tr:hover {
    cursor: pointer;
    background-color: #cccccc;
}
tr.filedepo-nohover {
    background-color: #f1f1f1 !important;
}
tr.filedepo-nohover:hover {
    cursor: default !important;
    background-color: #f1f1f1 !important;
} 