Change color of partial After quantity.
authorMaxime Bourget <bmx007@gmail.com>
Thu, 30 May 2013 21:10:06 +0000 (22:10 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Thu, 30 May 2013 21:10:06 +0000 (22:10 +0100)
item_schedule.php

index 95463a336264500ddf4d6611f2dc217907c3d96f..75e54b1b0858d44df627a5286b2f3a5897eb0b24 100644 (file)
@@ -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;
 }
 
+
 </style>