admin parametres: hr separator between current/new password, drop new-password top border

This commit is contained in:
Pontoporeia
2026-08-24 11:35:22 +02:00
parent 138b59f66c
commit c205a00c3f
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -1369,6 +1369,13 @@ th.admin-ap-col {
border-top: none;
}
/* Separator between the current and new password inputs */
.param-form .param-password-separator {
border: 0;
border-top: 1px solid var(--border-primary);
margin: 0;
}
.param-form fieldset {
display: flex;
flex-direction: column;