Highlight deliveries.
[readifood.git] / www / style.css
index 79f7f55..bfd8bac 100644 (file)
@@ -108,3 +108,31 @@ table.report > * > tr > td {
   height: 375px;
   background: #eeeeee;
 }
+
+.sortdragging {
+  border-color: black;
+  border-width: 1px;
+  border-style: solid;
+  border-radius: 0.5em;
+  padding-bottom: 1em;
+  background: #eeeeee;
+  opacity: 0.75;
+}
+
+span.sortdragging hr {
+  display: none;
+}
+
+.sortplaceholder {
+  border-color: black;
+  border-width: 1px;
+  border-style: dotted;
+  border-radius: 0.5em;
+  background: #ffffee;
+  height: 2em;
+  position: absolute;
+}
+
+.sortable .delivery:nth-of-type(odd) {
+  background-color: rgba(0, 80, 0, 20%);
+}