Fix: Login-Funktionalität wiederhergestellt und Passwort aktualisiert

This commit is contained in:
2025-03-18 16:11:10 +01:00
parent fab869eb58
commit 35645fc671
3 changed files with 47 additions and 3 deletions

View File

@@ -235,4 +235,22 @@ body {
.general-search .reset-icon {
font-size: 1.2rem;
padding: 0 1rem;
}
.search-options {
font-size: 0.9em;
color: #666;
}
.search-options .form-check {
margin-right: 1rem;
}
.search-options .form-check-input {
cursor: pointer;
}
.search-options .form-check-label {
cursor: pointer;
user-select: none;
}