From 2c6f41f6f27c88fb26f0c54f14156ac9c7466f0f Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 28 Oct 2021 23:37:45 +0800 Subject: Stylize /admin/logs --- jimbrella/static/jimbrella.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'jimbrella/static') diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 1407253..8c39ba4 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -68,14 +68,18 @@ input.db-edit { background-color: #e99fd3; } -.lent, .blue { +.lent, .takeaway, .blue { background-color: #9fd3e9; } -.available, .green { +.available, .giveback, .green { background-color: #d3e99f; } +.admin_modify_db, .yellow { + background-color: #; +} + .proportion { display: inline; } -- cgit v1.2.3