Multipack→conf pre-fill (2x200g→2 conf da 200g) + modifica inventario da action page

This commit is contained in:
dadaloop82
2026-03-15 17:58:11 +00:00
parent b90fe409d6
commit 3f0f27e938
4 changed files with 127 additions and 7 deletions
+8
View File
@@ -2808,6 +2808,14 @@ body {
font-weight: 700;
}
.inventory-status-bar .inv-status-item-clickable {
cursor: pointer;
transition: background 0.15s;
}
.inventory-status-bar .inv-status-item-clickable:active {
background: rgba(59, 130, 246, 0.15);
}
/* ===== ACTION BUTTONS GRID ===== */
.action-buttons-3col {
display: grid;