aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-31 17:00:37 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-31 17:00:37 +0000
commitfe1166d94c40d230feec3b4ea372c5598790c77d (patch)
treedb6102ff041b41c312e61d048d14be695fceb1ca
parent9e27b68ed6ad47c05e2e00530aad09c915256f51 (diff)
Overdue highlight background, not text colour (fixes a10).
-rw-r--r--templates/web/zurich/admin/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/header.html b/templates/web/zurich/admin/header.html
index 72472492a..41cb520f5 100644
--- a/templates/web/zurich/admin/header.html
+++ b/templates/web/zurich/admin/header.html
@@ -15,7 +15,7 @@
<style type="text/css">
.adminhidden { color: #666666; }
.error { color: red; }
- .overdue { color: #660000; }
+ .overdue { background-color: #ffcccc; }
select { width: auto; }
</style>