Punching, Dedupe and CutOff Features Done

This commit is contained in:
2026-08-12 07:46:24 +05:30
parent b862a3f686
commit c835a9deb0
76 changed files with 4720 additions and 3695 deletions

View File

@@ -4,16 +4,57 @@
}
.matrix-cutoff-workflow .title {
margin-bottom: 10px;
display: flex !important;
align-items: center;
min-height: 38px;
margin: 0 !important;
padding: 6px 10px !important;
gap: 8px;
border: 1px solid #aebfce !important;
border-radius: 6px 6px 0 0;
background: #f7f9fb !important;
color: #263746 !important;
}
.matrix-cutoff-workflow .title > .divselect {
width: 132px !important;
margin-left: auto !important;
.matrix-cutoff-workflow .matrix-cutoff-title-actions {
display: flex;
align-items: center;
flex: 0 0 auto;
gap: 8px;
margin-left: auto;
}
.matrix-cutoff-workflow .title > .divselect select {
.matrix-cutoff-workflow .matrix-cutoff-title-actions > .divselect {
position: static !important;
width: 150px !important;
height: 28px !important;
margin: 0 !important;
}
.matrix-cutoff-workflow .matrix-cutoff-title-actions > .divselect select {
width: 100% !important;
height: 28px !important;
padding: 2px 28px 2px 8px !important;
font-size: 12px !important;
font-weight: 400 !important;
}
.matrix-cutoff-workflow .matrix-title-action {
position: static !important;
flex: 0 0 28px;
width: 28px !important;
height: 28px !important;
margin: 0 !important;
padding: 6px !important;
border: 0 !important;
border-radius: 4px;
cursor: pointer;
object-fit: contain;
}
.matrix-cutoff-workflow .matrix-title-action:hover,
.matrix-cutoff-workflow .matrix-title-action:focus {
background: #e5edf4;
}
.matrix-cutoff-workflow .tableContainer {
@@ -21,7 +62,7 @@
margin: 0;
overflow: auto;
border: 1px solid #c3d0da !important;
border-radius: 6px;
border-radius: 0 0 6px 6px;
background: #f4f8fb !important;
box-shadow: 0 2px 8px rgba(31, 52, 72, .08);
}
@@ -77,9 +118,23 @@
.matrix-cutoff-workflow .tableContainer table table {
width: calc(100% - 18px) !important;
margin: 8px 0 8px auto;
border: 1px solid #c7d4df;
border: 1px solid #9fb2c3;
border-radius: 4px;
background: #f8fafc;
background: #fff !important;
box-shadow: 0 2px 6px rgba(31, 52, 72, .12);
}
.matrix-cutoff-workflow .tableContainer > table > tbody > tr[id$="child"] > td {
padding: 6px 10px 8px !important;
background: #dfeaf3 !important;
}
.matrix-cutoff-workflow .tableContainer table table > tbody > tr > td {
background: #fff !important;
}
.matrix-cutoff-workflow .tableContainer table table > tbody > tr:nth-child(even) > td {
background: #f1f6fa !important;
}
.matrix-cutoff-workflow .tableContainer input[type="checkbox"] {
@@ -89,10 +144,42 @@
accent-color: #245a91;
}
.matrix-cutoff-workflow form > input.button {
.matrix-cutoff-workflow .matrix-workflow-actions {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 8px;
min-height: 46px;
padding: 8px 10px;
border-top: 1px solid #b8c9d8;
background: #f7fafd;
}
.matrix-cutoff-workflow .matrix-workflow-actions > input.button {
min-width: 96px;
margin: 10px 0 0 8px !important;
float: right !important;
margin: 0 !important;
float: none !important;
}
.matrix-cutoff-workflow .matrix-workflow-actions .matrix-button,
.matrix-cutoff-workflow .matrix-workflow-actions > input.button,
.matrix-cutoff-workflow form > input.button,
.matrix-cutoff-workflow form > a.button {
min-height: 30px;
padding: 5px 14px !important;
border: 1px solid #245a91 !important;
border-radius: 4px !important;
color: #fff !important;
background: #28639b !important;
font-size: 12px !important;
font-weight: 600 !important;
line-height: 18px !important;
text-decoration: none !important;
}
.matrix-cutoff-workflow .customLink {
color: #245a91;
font-weight: 600;
}
.matrix-cutoff-workflow form::after {