From 00e4e6ecc80f8e3654bd176ec7067ab35b55d6f6 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 27 Oct 2021 11:28:52 +0800 Subject: Frontend: admin/umbrellas error message --- jimbrella/static/jimbrella.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jimbrella/static/jimbrella.css') 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; } -- cgit v1.2.3