diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 17:00:37 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-31 17:00:37 +0000 |
commit | fe1166d94c40d230feec3b4ea372c5598790c77d (patch) | |
tree | db6102ff041b41c312e61d048d14be695fceb1ca | |
parent | 9e27b68ed6ad47c05e2e00530aad09c915256f51 (diff) |
Overdue highlight background, not text colour (fixes a10).
-rw-r--r-- | templates/web/zurich/admin/header.html | 2 |
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> |