aggiunti trasferte, export excel, miglioramenti generali

This commit is contained in:
2026-02-04 12:55:04 +01:00
parent 17453f5d13
commit 5f4ef6faee
30 changed files with 1558 additions and 325 deletions

View File

@@ -652,6 +652,11 @@ textarea {
border-color: var(--danger) !important;
}
.status-business_trip {
background: var(--warning-bg) !important;
border-color: var(--warning) !important;
}
.status-nodata {
background: white;
}
@@ -1788,6 +1793,7 @@ textarea {
transform: translate(-50%, 100%);
opacity: 0;
}
to {
transform: translate(-50%, 0);
opacity: 1;
@@ -1798,6 +1804,7 @@ textarea {
from {
opacity: 1;
}
to {
opacity: 0;
}