Update attendance report, modified record will be highlighted

This commit is contained in:
Nguyen Ngo
2025-08-20 17:11:30 -04:00
parent 7647dc6787
commit f049bec15f
4 changed files with 30 additions and 2 deletions
+16
View File
@@ -377,6 +377,22 @@
}
/* Table Cell Content */
.modified-record {
background-color: #fff3cd !important;
border-left: 3px solid #ffc107 !important;
}
/* Make sure there's no animation that causes flashing */
.modified-record * {
animation: none !important;
}
/* Remove any existing animations on table rows */
tr.modified-record {
animation: none !important;
transition: none !important;
}
.employee-info {
display: flex;
align-items: center;