From 0c4f17d96c338f9e3c13293c11b1be9765804804 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 9 Nov 2022 05:43:51 -0500 Subject: [PATCH] Revert order highlighting. --- lib/delivery.php | 2 +- www/style.css | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/delivery.php b/lib/delivery.php index 574094a..aa3c3b0 100644 --- a/lib/delivery.php +++ b/lib/delivery.php @@ -126,7 +126,7 @@ echo "

Drag delivery details to reorder the schedule.

\n"; echo "
\n"; } - else echo "

1 order

"; + else echo "

1 order

"; foreach ($orders as $order) { $contact = get_contact_by_id($order->getBeneficiaryId()); diff --git a/www/style.css b/www/style.css index bfd8bac..bda32bf 100644 --- a/www/style.css +++ b/www/style.css @@ -133,6 +133,3 @@ span.sortdragging hr { position: absolute; } -.sortable .delivery:nth-of-type(odd) { - background-color: rgba(0, 80, 0, 20%); -} -- 2.7.4