Added dates as pills

This commit is contained in:
Frank Schubert
2021-10-12 23:59:47 +02:00
parent b62c0839e5
commit 4c17f949ca
2 changed files with 62 additions and 4 deletions
+29
View File
@@ -37,6 +37,15 @@
cursor: pointer;
}
.order-list-tr {
cursor: pointer;
padding-bottom: 0;
}
.order-list-tr td {
padding-bottom: 4px;
}
.table-bg-even {
background-color: #f1f5f7;
}
@@ -249,4 +258,24 @@ td.controls {
.btn-outline-rosa {
color: #FF0088;
border-color: #FF0088;
}
.order-date-pill {
border: 1px dashed #999;
border-radius: 4px;
padding-left: 4px;
padding-right: 4px;
}
.order-date-pill.active {
border-color: #25b343;
background-color: #f0fff0;
}