Added dates as pills
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user