Sempre modificabile nome/marca prodotto: bottone ✏️ sulla preview

This commit is contained in:
dadaloop82
2026-03-15 17:51:22 +00:00
parent 067a4acb5c
commit b90fe409d6
4 changed files with 63 additions and 37 deletions
+21
View File
@@ -2732,6 +2732,27 @@ body {
font-size: 0.95rem;
}
.btn-edit-inline {
position: absolute;
top: 8px;
right: 8px;
background: rgba(255,255,255,0.9);
border: 1px solid #ddd;
border-radius: 50%;
width: 36px;
height: 36px;
font-size: 1rem;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.product-preview-large {
position: relative;
}
/* ===== INVENTORY STATUS BAR ===== */
.inventory-status-bar {
background: linear-gradient(135deg, #dbeafe 0%, #c7d2fe 100%);