git://git.iain.cx/iain
/
readifood.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93cfafb
)
Revert order highlighting.
author
Iain Patterson
<me@iain.cx>
Wed, 9 Nov 2022 10:43:51 +0000
(
05:43
-0500)
committer
Iain Patterson
<me@iain.cx>
Wed, 9 Nov 2022 10:57:15 +0000
(
05:57
-0500)
lib/delivery.php
patch
|
blob
|
history
www/style.css
patch
|
blob
|
history
diff --git
a/lib/delivery.php
b/lib/delivery.php
index
574094a
..
aa3c3b0
100644
(file)
--- a/
lib/delivery.php
+++ b/
lib/delivery.php
@@
-126,7
+126,7
@@
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());
diff --git
a/www/style.css
b/www/style.css
index
bfd8bac
..
bda32bf
100644
(file)
--- 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%);
-}