IO-1413 Change color of kanban background
This commit is contained in:
@@ -124,3 +124,7 @@
|
|||||||
z-index: 2 !important;
|
z-index: 2 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.react-kanban-column {
|
||||||
|
background-color: #ddd !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ export function ProductionBoardFilters({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<EmployeeSearchSelectComponent
|
<EmployeeSearchSelectComponent
|
||||||
|
style={{ minWidth: "20rem" }}
|
||||||
options={bodyshop.employees.filter((e) => e.active)}
|
options={bodyshop.employees.filter((e) => e.active)}
|
||||||
value={filter.employeeId}
|
value={filter.employeeId}
|
||||||
placeholder={t("production.labels.employeesearch")}
|
placeholder={t("production.labels.employeesearch")}
|
||||||
|
|||||||
Reference in New Issue
Block a user