From ca3b3e9c842d089c2a68576fe5f75482da75bff3 Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Fri, 31 May 2013 17:41:09 +0100 Subject: [PATCH] Hide before/after quantities when dragged (as they don't make any sens). --- item_schedule.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/item_schedule.php b/item_schedule.php index c1d2b5c..fff2d21 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -98,3 +98,23 @@ tr.late { tr.soldout { background: pink; } + +tr.tDnD_whileDrag { + background: #ccc; + border: 2px solid black; +} +tr.tDnD_whileDrag :nth-child(4), tr.tDnD_whileDrag :nth-child(5) { + color: transparent; + background: transparent; +} + + + + -- 2.30.2