Revert order highlighting.
authorIain Patterson <me@iain.cx>
Wed, 9 Nov 2022 10:43:51 +0000 (05:43 -0500)
committerIain Patterson <me@iain.cx>
Wed, 9 Nov 2022 10:43:51 +0000 (05:43 -0500)
lib/delivery.php
www/style.css

index 574094a..aa3c3b0 100644 (file)
       echo "<p class=\"noprint\">Drag delivery details to reorder the schedule.</p>\n";
       echo "<div class=\"sortable\">\n";
     }
-          else echo "<h4>1 order</h4>";
+    else echo "<h4>1 order</h4>";
 
     foreach ($orders as $order) {
       $contact = get_contact_by_id($order->getBeneficiaryId());
index bfd8bac..bda32bf 100644 (file)
@@ -133,6 +133,3 @@ span.sortdragging hr {
   position: absolute;
 }
 
-.sortable .delivery:nth-of-type(odd) {
-  background-color: rgba(0, 80, 0, 20%);
-}