summaryrefslogtreecommitdiff
path: root/jimbrella/static/jimbrella.css
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2021-10-27 11:28:52 +0800
committerFrederick Yin <fkfd@fkfd.me>2021-10-27 11:28:52 +0800
commit00e4e6ecc80f8e3654bd176ec7067ab35b55d6f6 (patch)
tree76f3e575658f24a2a22aaf107ca1de81804b0a3d /jimbrella/static/jimbrella.css
parent3fdc1d0b91cf4be7768e940cf930e74005768177 (diff)
Frontend: admin/umbrellas error message
Diffstat (limited to 'jimbrella/static/jimbrella.css')
-rw-r--r--jimbrella/static/jimbrella.css4
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;
}