Added external_id filter to Product/Index

This commit is contained in:
Frank Schubert
2023-02-28 13:31:49 +01:00
parent 76a6d0bfcc
commit 3b4772ca4e
3 changed files with 40 additions and 9 deletions
+13
View File
@@ -24,6 +24,19 @@
text-align:left;
}
.table-striped tbody tr.active:nth-of-type(odd) {
background-color: #e0f5e0;
}
.table-striped tbody tr.active:nth-of-type(even) {
background-color: #f0fff0;
}
.table-hover tbody tr.active:hover {
color: #212529;
background-color: #dbf0db;
}
.btn-primary {
color: #fff;
background-color: #0d6efd;