diff --git a/backend/templates/admin_sales_pos.html b/backend/templates/admin_sales_pos.html index f392f1a..c546e5d 100644 --- a/backend/templates/admin_sales_pos.html +++ b/backend/templates/admin_sales_pos.html @@ -387,11 +387,16 @@ display: flex; align-items: center; justify-content: center; - background: var(--bg-secondary); + background: linear-gradient(135deg, #2a2a3e 0%, #1e1e2e 100%); border-radius: 6px; - font-size: 16px; - opacity: 0.4; flex-shrink: 0; + border: 1px solid rgba(255,255,255,0.05); + } + .product-thumb-placeholder svg { + width: 18px; + height: 18px; + opacity: 0.3; + fill: #888; } .product-info { display: flex; @@ -827,7 +832,7 @@
${item.thumbnail ? `` - : `
📦
` + : `
` }
${escapeHtml(item.product_name)} @@ -863,7 +868,7 @@
${item.thumbnail ? `` - : `
📦
` + : `
` }
${escapeHtml(item.product_name)}