V 1.2.2 Login-Seite: bcrypt-Passwörter, Passwort-Toggle, Footer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 09:21:38 +02:00
parent 8bfc2b685b
commit 325c07b469
6 changed files with 107 additions and 24 deletions
+31
View File
@@ -283,3 +283,34 @@ main {
}
.login-submit:hover:not(:disabled) { background-color: #6a9fc5; }
.login-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.login-password-wrapper {
position: relative;
}
.login-input-password {
padding-right: 40px;
}
.login-eye-btn {
position: absolute;
top: 0; bottom: 0; right: 0;
padding: 0 12px;
display: flex;
align-items: center;
background: none;
border: none;
cursor: pointer;
color: #6b7280;
}
.login-eye-btn:hover { color: #1f2937; }
.login-footer {
margin-top: 32px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.875rem;
color: #4b5563;
padding: 0 16px;
}
.login-footer a { color: #2563eb; }
.login-footer a:hover { text-decoration: underline; }