Only user can delete his profile

This commit is contained in:
2023-05-03 16:48:47 +02:00
parent 23b8c82602
commit 74965c5c0e
7 changed files with 50 additions and 21 deletions

View File

@@ -90,6 +90,9 @@ input:read-only:hover {
.nav-menu .right .image-button {
float: right;
}
.nav-menu .left .image-button {
float: left;
}
.nav-menu .tab-button {
border: none;
border-radius: 0;
@@ -131,6 +134,10 @@ input[type=submit]:hover {
color: white;
fill: white;
}
.image-button.dangerous:hover {
background-color: #ff1f5b;
border-color: #ff1f5b;
}
.image-button:focus-visible,
.image-button.active:focus-visible,
input[type=submit]:focus-visible {
@@ -142,6 +149,10 @@ input[type=submit]:hover:focus-visible {
background-color: #006c9b;
border-color: #006c9b;
}
.image-button.dangerous:hover:focus-visible {
background-color: #b21237;
border-color: #b21237;
}
.flashes {
height: 2.1rem;