mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user