From 8aac33c4ff5d23a0556eb8462fac95dac658feed Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 21 Jan 2026 11:48:14 +0530 Subject: [PATCH] Add custom POS theme with comprehensive styling for layout, branding, product cards, order lines, and payment components. --- addons/home_dashboard/static/src/css/pos_style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/home_dashboard/static/src/css/pos_style.css b/addons/home_dashboard/static/src/css/pos_style.css index 811dd5f..2ee0dd6 100644 --- a/addons/home_dashboard/static/src/css/pos_style.css +++ b/addons/home_dashboard/static/src/css/pos_style.css @@ -61,9 +61,9 @@ /* 2. Header & Branding */ .pos .pos-topheader { - background: #ffffff !important; - border-bottom: 2px solid #f1f5f9 !important; - color: var(--pos-text-dark) !important; + background: #111 !important; + border-bottom: 2px solid #111 !important; + color: #fff !important; height: 85px !important; display: flex !important; align-items: center !important;