codemirror, pclzip, other changes

This commit is contained in:
Ryan
2025-03-10 03:37:11 -04:00
committed by GitHub
parent 9d100a980e
commit e3e6ecf487
9 changed files with 5977 additions and 185 deletions

View File

@@ -189,6 +189,12 @@ header {
z-index: 1100; /* Ensure it's on top of any overlay */
}
#deleteFolderMessage {
white-space: normal;
word-wrap: break-word;
}
/* ===========================================================
LOGOUT & USER CONTROLS
=========================================================== */
@@ -365,6 +371,18 @@ header {
background-color: #fb8c00;
}
#downloadZipBtn {
background-color: #009688; /* Material Teal */
color: white;
border: none;
border-radius: 4px;
padding: 8px 16px;
}
#downloadZipBtn:hover {
background-color: #00796B; /* A slightly darker teal for hover */
}
/* File List Edit Button (Material Green) */
#fileList button.edit-btn {
background-color: #4CAF50;