From 227f0ffbc39fedfd6746a59f8316e5bb5be1e5b6 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 2 Feb 2026 19:09:48 +0000 Subject: [PATCH] gg --- Bootstrap_new/css/style_moderne.css | 22 +++++++++++----------- Vue/gabarit.php | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Bootstrap_new/css/style_moderne.css b/Bootstrap_new/css/style_moderne.css index cfd33c0c..da38908a 100644 --- a/Bootstrap_new/css/style_moderne.css +++ b/Bootstrap_new/css/style_moderne.css @@ -198,7 +198,7 @@ body { } /* ========================================================================== - BREADCRUMB + BREADCRUMB MINIMAL ========================================================================== */ .breadcrumb { @@ -208,27 +208,26 @@ body { margin-bottom: 1.5rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); - display: flex; - flex-wrap: wrap; - list-style: none; } -.breadcrumb-item { - display: flex; - align-items: center; +/* Style pour la version arrondie */ +.breadcrumb.rounded-pill { + border-radius: 50rem !important; + padding: 0.5rem 1.25rem; } +/* Personnalisation légère du séparateur */ .breadcrumb-item + .breadcrumb-item::before { - content: ">"; color: var(--secondary-color); - padding: 0 0.5rem; - font-weight: normal; + opacity: 0.7; } +/* Style des liens */ .breadcrumb-item a { color: var(--primary-color); text-decoration: none; - transition: var(--transition); + display: flex; + align-items: center; } .breadcrumb-item a:hover { @@ -236,6 +235,7 @@ body { text-decoration: underline; } +/* Style de l'élément actif */ .breadcrumb-item.active { color: var(--primary-color); font-weight: 600; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 0dbe6191..9995a3fe 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -412,7 +412,7 @@ $retourVue = $infovue['lienRetour']; 'cursor': 'pointer' }); - // Ajouter un bouton de test debug (à enlever en production) + /* Ajouter un bouton de test debug (à enlever en production) if (typeof modeDev !== 'undefined' && modeDev == "1") { $('body').append( '' @@ -431,7 +431,7 @@ $retourVue = $infovue['lienRetour']; } }); } - + */ // 6. Synchronisation du badge de notifications function syncBadge() { var count = parseInt($("#msgNonLus").val()) || 0;