From a8fd0531d4f795374373e13e63245ec4c58075e7 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 23 Feb 2022 21:32:29 +0800 Subject: Template for /admin/logs --- jimbrella/static/jimbrella.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jimbrella/static') diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 57d7c80..9a06502 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -72,11 +72,11 @@ input.db-edit { background-color: #e99fd3; } -.lent, .takeaway, .blue { +.lent, .takeaway, .borrow, .blue { background-color: #9fd3e9; } -.available, .giveback, .green { +.available, .giveback, .return, .green { background-color: #d3e99f; } -- cgit v1.2.3