Picked = Green + fix null quantity => 0.
[order_line_extra.git] / item_schedule.php
index 7321c96fa9cfaafa2238f60addd8d6de09e4a9ae..9eac399baa1838faa43ca7e42e27c7bd1f31b26e 100644 (file)
@@ -112,7 +112,12 @@ tr.partial  td:nth-child(5) {
        background: pink;
 }
 
+
 tr.location {
+       font-weight: normal;
+               background: #bbb;
+}
+tr.picked {
        font-weight: normal;
                background: #8f8;
 }
@@ -146,7 +151,7 @@ tr.tDnD_whileDrag :nth-child(4), tr.tDnD_whileDrag :nth-child(5) {
 }
 
 span.picked {
-       color: darkred;
+       color: black;
        font-weight: bold;
 }