diff options
Diffstat (limited to 'jimbrella/static/jimbrella.css')
-rw-r--r-- | jimbrella/static/jimbrella.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 58a32a8..8f694d4 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -60,6 +60,10 @@ input.db-edit { max-width: 10em; } +.error { + background-color: #e89d9d; +} + .overdue { background-color: #e99fd3; } |