From: Maxime Bourget Date: Thu, 30 May 2013 21:10:06 +0000 (+0100) Subject: Change color of partial After quantity. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=4c2f145bbf9af70e54a403c588ca75bb4f1a7b74;p=order_line_extra.git Change color of partial After quantity. --- diff --git a/item_schedule.php b/item_schedule.php index 95463a3..75e54b1 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -81,6 +81,10 @@ tr.partial { color: darkred; } +tr.partial td:nth-child(5) { + background: pink; +} + tr.location { font-weight: normal; background: #8f8; @@ -97,4 +101,5 @@ tr.soldout { background: pink; } +