fixed warehouse article
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user