Added external_id filter to Product/Index
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user