fixed warehouse article

This commit is contained in:
2025-12-17 17:00:53 +01:00
parent 37b0a22b33
commit 9680ff004e
3 changed files with 230 additions and 49 deletions
@@ -13,6 +13,24 @@
background-color: #f8d7da !important;
}
/* Last Edited Row Highlighting */
.last-edited-row {
background-color: #fff3cd !important;
animation: highlight-fade 5s ease-out forwards;
}
@keyframes highlight-fade {
0% {
background-color: #fff3cd;
}
70% {
background-color: #fff3cd;
}
100% {
background-color: transparent;
}
}
/*
* Modal Layout
*/