update file manager

This commit is contained in:
Qing
2023-01-01 21:54:05 +08:00
parent 2dd95be90d
commit 39397fc829
16 changed files with 483 additions and 49 deletions

View File

@@ -14,3 +14,7 @@ a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
input:disabled {
color: var(--text-color-gray);
}