From 9b4dedb96250d89c0d8a818b41e2d3b4d940dac4 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 31 Oct 2022 09:37:57 -0400 Subject: [PATCH] Highlight deliveries. --- www/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/style.css b/www/style.css index bda32bf..bfd8bac 100644 --- a/www/style.css +++ b/www/style.css @@ -133,3 +133,6 @@ span.sortdragging hr { position: absolute; } +.sortable .delivery:nth-of-type(odd) { + background-color: rgba(0, 80, 0, 20%); +} -- 2.7.4