adjusted drop files & removed unused

This commit is contained in:
Ryan
2025-03-09 03:10:37 -04:00
committed by GitHub
parent 658372c6ce
commit eeeee1477e
5 changed files with 25 additions and 68 deletions

View File

@@ -246,21 +246,6 @@ header {
opacity: 0.9;
}
/* File list action buttons (for Delete, Copy, Move) */
.file-list-actions button {
background-color: #2196F3;
color: white;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
white-space: nowrap;
}
.file-list-actions button:hover {
background-color: #1976D2;
}
#deleteSelectedBtn {
background-color: #f44336;
/* Material red */