acces.php: remove Mot de passe column, add key icon copy button, reorder actions, switch URL icon to link-simple; fix dialog functions not on window; fix archive: move form into dialog (native submit); add caret icon to archived links details

This commit is contained in:
Pontoporeia
2026-07-05 12:05:53 +02:00
parent 3e93150c76
commit 3c845f9d40
6 changed files with 39 additions and 51 deletions
+8 -4
View File
@@ -1157,7 +1157,8 @@ th.admin-ap-col {
/* <details>/<summary> inside cleanup sections */
.n-grid > details > summary,
.n-section > summary {
.n-section > summary,
.admin-archived-links > summary {
cursor: pointer;
font-weight: 600;
font-size: var(--step--1);
@@ -1170,7 +1171,8 @@ th.admin-ap-col {
gap: var(--space-2xs);
}
.n-grid > details > summary::-webkit-details-marker,
.n-section > summary::-webkit-details-marker {
.n-section > summary::-webkit-details-marker,
.admin-archived-links > summary::-webkit-details-marker {
display: none;
}
.n-section[open],
@@ -1184,7 +1186,8 @@ th.admin-ap-col {
}
.n-grid > details > summary::before,
.n-section > summary::before {
.n-section > summary::before,
.admin-archived-links > summary::before {
content: "";
display: inline-block;
width: 16px;
@@ -1198,7 +1201,8 @@ th.admin-ap-col {
transition: transform 0.15s;
}
.n-grid > details[open] > summary::before,
.n-section[open] > summary::before {
.n-section[open] > summary::before,
.admin-archived-links[open] > summary::before {
transform: rotate(90deg);
}
.n-grid > details > :not(summary),