Sempre modificabile nome/marca prodotto: bottone ✏️ sulla preview
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user