Display colors according to late status.
[order_line_extra.git] / item_schedule.php
index 0fa2aa7e5375cf8941606f7a71b0e92acdad0e8a..95463a336264500ddf4d6611f2dc217907c3d96f 100644 (file)
@@ -76,3 +76,25 @@ submit_center_last('Cancel', _("Cancel"), true, '', 'cancel', true);
 end_form();
 end_page();
 ?>
+<style type='text/css'>
+tr.partial {
+       color: darkred;
+}
+
+tr.location {
+       font-weight: normal;
+               background: #8f8;
+       #color: blue;
+}
+tr.on_time {
+}
+
+tr.late {
+               background: #fc8;
+}
+
+tr.soldout {
+               background: pink;
+}
+
+</style>