auth fix, file search & drag drop

This commit is contained in:
Ryan
2025-03-08 06:32:31 -05:00
committed by GitHub
parent 9a606ab59f
commit ce0d888f86
5 changed files with 303 additions and 133 deletions

View File

@@ -132,6 +132,12 @@ header {
gap: 5px;
}
#uploadBtn {
font-size: 16px;
padding: 10px 22px;
align-items: center;
}
/* UPLOAD PROGRESS */
#uploadProgressContainer ul {
list-style: none;
@@ -376,4 +382,23 @@ label {
#fileListContainer {
margin-top: 40px !important;
}
}
.row-selected {
background-color: #f2f2f2 !important;
}
.custom-prev-next-btn {
background-color: #e0e0e0;
color: #000;
border: none;
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
margin: 0 4px;
cursor: pointer;
}
.custom-prev-next-btn:hover:not(:disabled) {
background-color: #d5d5d5;
}