/* status coloring - darker links */ #buglist tr a { color: #0063b7; } /* status coloring - darker text */ #buglist td { color: #222222; } /* new */ tr.status-10 { background-color: #ffcccc !important; /* Mantis 1 #fcbdbd */ } i.status-10-color { color: #fa9090; background-color: #fa9090; } /* feedback */ tr.status-20 { background-color: #ebc3f0 !important; /* Mantis 1 #e3b7eb */ } i.status-20-color { color: #d777eb; background-color: #d777eb; } /* acknowledged */ tr.status-30 { background-color: #ffe7c1 !important; /* Mantis 1 (doesn't exist) */ } i.status-30-color { color: #ffcd85; background-color: #ffcd85; } /* confirmed */ tr.status-40 { background-color: #ffffd2 !important; /* Mantis 1 (doesn't exist) */ } i.status-40-color { color: #fff494; background-color: #fff494; } /* assigned */ tr.status-50 { background-color: #c3e3ff !important; /* Mantis 1 #c2dfff */ } i.status-50-color { color: #7fbbff; background-color: #7fbbff; } /* resolved */ tr.status-80 { background-color: #d7f5b5 !important; /* Mantis 1 #d2f5b0 */ } i.status-80-color { color: #add200; background-color: #add200; } /* closed */ tr.status-90 { background-color: #d9d9d9 !important; /* Mantis 1 #c9ccc4 */ } i.status-90-color { color: #b0b0b0; background-color: #b0b0b0; }