fix file batch deletion

This commit is contained in:
2025-05-28 12:09:56 +02:00
parent 9b98370989
commit 552d1feb2e
6 changed files with 178 additions and 22 deletions

View File

@@ -304,7 +304,7 @@
}
.progress-bar {
background-color: #16767b !important;
color: #fff !important;
background-color: var(--primary-color) !important;
color: white !important;
transition: background-color 0.2s;
}