diff --git a/index.php b/index.php index 570577e..010c0c3 100644 --- a/index.php +++ b/index.php @@ -238,8 +238,7 @@ if (isset($_SESSION['role']) && $_SESSION['role'] === 'admin') { .header h1 { color: #333; margin-bottom: 10px; } .header p { color: #666; margin-bottom: 10px; } .flag-btn { background: #ffc107; color: #333; padding: 12px 25px; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; margin-top: 10px; } - .flag-btn:hover { background: #ffb300; } - .flag-box { background: #fff3cd; border-left: 4px solid #ffc107; padding: 15px; margin-bottom: 20px; border-radius: 5px; display: none; } + .flag-btn:hover { background: #ffb300; } .flag-box { background: #fff3cd; border-left: 4px solid #ffc107; padding: 15px; margin-bottom: 20px; border-radius: 5px; display: none; } .flag-box.show { display: block; } .flag-box strong { color: #856404; } .auth-section { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); margin-bottom: 30px; } @@ -271,7 +270,7 @@ if (isset($_SESSION['role']) && $_SESSION['role'] === 'admin') {
Espace de discussion sécurisé
- + 📌 Afficher le Flag @@ -368,7 +367,8 @@ if (isset($_SESSION['role']) && $_SESSION['role'] === 'admin') {