fnox css-fix

                Never    
CSS
       
tr.cursor.row-hover.green td {
    background:#b2f09d;
}

tr.cursor.row-hover.red td {
    background:#ffc6c6;
}
tr.cursor.row-hover.yellow td {
    background:#fffca2;
}
table tbody .row-hover:hover td {
    background:#eee !important;
}
table, .table td, .table .cell-input, .table .cell-input input {
    font-family:Sans-serif;
}

Raw Text