From c32425ced07254f12c03ebc3d35ad3ee37826e25 Mon Sep 17 00:00:00 2001 From: Michael Danielczok <michael@pcsg.de> Date: Tue, 16 Jul 2024 08:27:50 +0200 Subject: [PATCH] fix: consider article sum only in checkout process --- bin/css/order.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/css/order.css b/bin/css/order.css index 679e106..606d689 100644 --- a/bin/css/order.css +++ b/bin/css/order.css @@ -529,7 +529,7 @@ th.articles-article-header-information { padding: 10px; } -.articles-sum { +:where(.quiqqer-order-step-checkout-article) .articles-sum { background: #f8f8f8; border: 1px solid #ddd; float: right; -- GitLab