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'];