From d2a0e311809614677a3d83d3155927c748efa2b2 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 22 Mar 2026 01:06:54 +0500 Subject: [PATCH] add gray --- templates/motca.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/motca.css b/templates/motca.css index 3f41869..a66ff89 100644 --- a/templates/motca.css +++ b/templates/motca.css @@ -33,11 +33,13 @@ padding: 4px 8px; font-size: 10px; border-bottom: 1px solid #000; + background-color: #E0E0E0; } .sticker-motca .sticker-body { display: flex; border-bottom: 1px solid #000; + background-color: #E0E0E0; } .sticker-motca .sticker-info { @@ -45,12 +47,18 @@ padding: 4px 8px; font-size: 10px; line-height: 1.4; + position: relative; + padding-bottom: 28px; } .sticker-motca .sticker-info .barcode { + position: absolute; + bottom: 0; + left: 1px; height: 25px; - width: 100%; - margin-top: 4px; + width: 80px; + display: block; + background-color: #E0E0E0; } .sticker-motca .sticker-values {