Highlight deliveries.
[readifood.git] / www / style.css
index 96c3cda..bfd8bac 100644 (file)
@@ -116,6 +116,7 @@ table.report > * > tr > td {
   border-radius: 0.5em;
   padding-bottom: 1em;
   background: #eeeeee;
+  opacity: 0.75;
 }
 
 span.sortdragging hr {
@@ -132,3 +133,6 @@ span.sortdragging hr {
   position: absolute;
 }
 
+.sortable .delivery:nth-of-type(odd) {
+  background-color: rgba(0, 80, 0, 20%);
+}