From 2fcc190d16d864ddb2c85dc8616b2d38a3e611c8 Mon Sep 17 00:00:00 2001 From: Whykioh Date: Sun, 1 Mar 2026 19:47:41 +0100 Subject: [PATCH] Add max player tooltip --- poker-paf/config.css | 7 ++++++- poker-paf/config.php | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/poker-paf/config.css b/poker-paf/config.css index 03e5ae1..20b1371 100644 --- a/poker-paf/config.css +++ b/poker-paf/config.css @@ -142,4 +142,9 @@ input[type="submit"]:hover { .btn-back:hover { opacity: 1; transform: translateX(-5px); /* Petit effet de glissement vers la gauche */ -} \ No newline at end of file +} + +label.info { + font-size: 0.8rem; + color: rgb(141, 141, 141); + margin-left: 10px; \ No newline at end of file diff --git a/poker-paf/config.php b/poker-paf/config.php index b35dced..96ec565 100644 --- a/poker-paf/config.php +++ b/poker-paf/config.php @@ -24,6 +24,7 @@ require_once 'db.php';

+