@@ -617,23 +617,29 @@ onShow(() => {
|
||||
}
|
||||
|
||||
.wo-status.checked {
|
||||
background-color: #e3f2fd;
|
||||
color: #2196f3;
|
||||
background-color: #f3e5f5;
|
||||
color: #9c27b0;
|
||||
|
||||
}
|
||||
|
||||
.wo-status.parts_ordered {
|
||||
background-color: #e3f2fd;
|
||||
color: #2196f3;
|
||||
}
|
||||
|
||||
.wo-status.repaired {
|
||||
background-color: #e8f5e9;
|
||||
color: #4caf50;
|
||||
}
|
||||
|
||||
.wo-status.repaired {
|
||||
background-color: #f3e5f5;
|
||||
color: #9c27b0;
|
||||
.wo-status.returned {
|
||||
background-color: #e5e5e5;
|
||||
color: #7a7a7a;
|
||||
}
|
||||
|
||||
.wo-status.returned {
|
||||
background-color: #e0f2f1;
|
||||
color: #009688;
|
||||
.wo-status.unrepairable {
|
||||
background-color: #f2bdbe;
|
||||
color: #ff575a;
|
||||
}
|
||||
|
||||
.action-bar {
|
||||
|
||||
Reference in New Issue
Block a user