From: Iain Patterson Date: Wed, 9 Nov 2022 10:43:51 +0000 (-0500) Subject: Revert order highlighting. X-Git-Tag: 2022-11-09~1 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=0c4f17d96c338f9e3c13293c11b1be9765804804;p=readifood.git Revert order highlighting. --- 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%); -}