MediaWiki:Common.css: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
Line 23: Line 23:
color: #999;
color: #999;
}
}
table.todo td.working {
table.todo td.inprog {
background: #FFE5CC;
background: #FFE5CC;
color: #B44723;
color: #B44723;
}
}
table.todo td.working ~ td {
table.todo td.inprog ~ td {
background: #FFF9EF;
background: #FFF9EF;
}
}