From 922d45f12d57f55d6b42c85f703f34b2a18ad000 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 10 Apr 2026 18:39:43 +0000 Subject: [PATCH] dfr --- Bootstrap_new/css/theme-modern.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index f5ed34ac..f6bc87e7 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -29,7 +29,7 @@ --bg-surface-2: #f8f9fa; --bg-sidebar: #7A90A4;/*#1e2228;*/ /* charcoal très sombre */ --bg-header: #ffffff; - --bg-primary-ghost: rgba(33, 46, 83, 0.08); + --bg-primary-ghost: rgba(13, 110, 253, 0.1); --color-primary-ghost: #212e53; @@ -1380,7 +1380,7 @@ select[class*="selectpicker"], .text-dark { color: #1a1d24 !important; } .bg-success-ghost { background-color: rgba(39, 174, 96, 0.12); color: #27ae60; } .bg-danger-ghost { background-color: rgba(192, 57, 43, 0.12); color: #c0392b; } -.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08); color: #212e53; } +.bg-primary-ghost { background-color: rgba(13, 110, 253, 0.1); color: #212e53; } .bg-info-ghost { background-color: rgba(52, 152, 219, 0.12); color: #3498db; } .bg-warning-ghost { background-color: rgba(243, 156, 18, 0.12); color: #f39c12; }