This commit is contained in:
KONE SOREL 2025-12-20 15:11:29 +00:00
parent 16167648f7
commit 4d2a1c35fe
2 changed files with 4 additions and 3 deletions

View File

@ -354,13 +354,13 @@
} }
.user-name { .user-name {
color: white; color: #313c4c;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
} }
.user-role { .user-role {
color: rgba(255, 255, 255, 0.7); color: #313c4c;
font-size: 12px; font-size: 12px;
} }
@ -573,6 +573,7 @@
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
transition: background-color 0.2s ease; transition: background-color 0.2s ease;
color: #313c4c;
} }
.language-selector:hover { .language-selector:hover {

View File

@ -88,7 +88,7 @@ $imgData = $_SESSION['photoAssureCrypte'] ?? '';
$lib = est_anglophone() ? 'EN' : 'FR'; $lib = est_anglophone() ? 'EN' : 'FR';
?> ?>
<img src="Bootstrap_new/images/<?= $flag ?>" alt="Language" class="language-flag"> <img src="Bootstrap_new/images/<?= $flag ?>" alt="Language" class="language-flag">
<span class="text-white"><?= $lib ?></span> <span ><?= $lib ?></span>
</div> </div>
<!-- User Menu --> <!-- User Menu -->