From 1dfbdb1eea7aec14bb801f0c752fc23742ab8c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 8 Jul 2025 23:24:00 +0200 Subject: [PATCH] masowe dodawanie produktow --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index bff9285..48c5aa1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -197,7 +197,7 @@ input.form-control { #mass-add-list li.active { background: #198754 !important; color: #fff !important; - font-weight: bold; + border: 1px solid #000000 !important; } #mass-add-list li { transition: background 0.2s;