
/* 追蹤中 (status 70 / tracking) - 藍色背景 */
tr[class*="status-tracking"] td,
td.status-tracking,
.status-tracking,
tr.status-tracking td {
    background-color: #a6d2ff !important;
    color: #000000 !important;
}

/* 格線加深加明顯 */
table.buglist td,
table.buglist th,
.table td,
.table th,
td, th {
    border: 1px solid #aaaaaa !important;
}

/* due date 紅色/橘色 */
td.due-0, td.overdue {
    background-color: red !important;
    color: #ffffff !important;
    font-weight: bold !important;
}
td.due-1 {
    background-color: darkorange !important;
    color: #ffffff !important;
    font-weight: bold !important;
}
