From 513587d72175d508705c60b7c323727424852e00 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 21:15:42 +0000 Subject: [PATCH] Update 2 files - /html/src/css/style.css - /html/users.php --- html/src/css/style.css | 2 +- html/users.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 6d8ba22a..d6a374dc 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -122,7 +122,7 @@ a { } .row { - display: flex; + background-color: var(--dark-background); } @media(max-width: 750px) { diff --git a/html/users.php b/html/users.php index 0c1850d4..853ddbb2 100644 --- a/html/users.php +++ b/html/users.php @@ -53,7 +53,7 @@ if($_SESSION['role'] < 4) { if ($resultat) { foreach($resultat as $row) { - echo "
" . $row['display_name'] . "
" . $row['username'] . "
" . $row['email'] . "
"; foreach($classifications as $id => $nom) { if($row['role'] == $id) { echo '';