From d9fc9cfcde0c7a6cd6fb724cc7eaaae2a7d35056 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 15:06:55 +0000 Subject: [PATCH] dr --- Bootstrap_new/css/style_office.css | 19 +++++++++++++++++++ Vue/gabarit.php | 8 +++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index 2ca9a4c..e8ce839 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -85,6 +85,25 @@ body { display: none; } +/* Style de base de la flèche */ +.user-arrow { + font-size: 0.8rem; + transition: transform 0.3s ease; + color: #6c757d; /* Couleur grise discrète */ +} + +/* Rotation automatique quand le menu est ouvert */ +#userDropdownBtn[aria-expanded="true"] .user-arrow { + transform: rotate(180deg); + color: var(--bs-primary); /* Change la couleur en bleu au clic (optionnel) */ +} + +/* On s'assure que le bouton reste bien aligné horizontalement */ +.user-menu { + display: flex; + align-items: center; +} + /* S'assurer que le menu dropdown passe devant tout */ .dropdown-menu { z-index: 2000 !important; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 8c94709..6921a4f 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -126,7 +126,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + @@ -264,7 +264,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+ +