Verrouille le nom d'utilisateur en edition admin

This commit is contained in:
2026-04-15 22:28:37 +02:00
parent 52d5bf4e98
commit c92df9a8f0
5 changed files with 16 additions and 11 deletions

View File

@@ -1868,6 +1868,14 @@ body.site-menu-hidden .site-menu-shell {
min-height: 3.3rem;
}
.admin-edit-modal-card input[readonly],
.admin-readonly-field {
color: rgba(255, 255, 255, 0.86);
background: rgba(255, 255, 255, 0.025);
border-color: rgba(255, 255, 255, 0.12);
cursor: default;
}
.admin-edit-modal-card .profile-feedback {
margin-bottom: 0.55rem;
padding: 0.65rem 0.8rem;