Updated files related to copyparty's argon2

This commit is contained in:
eriUNK
2026-03-03 17:02:52 -03:00
parent 8338bc3b73
commit ced732876f
4 changed files with 45 additions and 11 deletions

View File

@@ -40,6 +40,13 @@ button:hover {
cursor: pointer;
}
button:disabled {
background: #666666;
color: #aaaaaa;
cursor: not-allowed;
filter: grayscale(1);
}
.row {
display: flex;
gap: 8px