From 4c2f145bbf9af70e54a403c588ca75bb4f1a7b74 Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Thu, 30 May 2013 22:10:06 +0100 Subject: [PATCH] Change color of partial After quantity. --- item_schedule.php | 5 +++++ 1 file changed, 5 insertions(+) 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; } + -- 2.30.2