From c9aff025aa7e01badaad8467af6165b400cdaac4 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 22 Oct 2025 15:28:02 +0200 Subject: =?UTF-8?q?possibilit=C3=A9=20d'=C3=A9diter=20le=20texte=20dans=20?= =?UTF-8?q?header=20et=20footer,=20class=20JS=20InputText,=20Model::findWh?= =?UTF-8?q?ateverNode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/body.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/css/body.css') diff --git a/public/css/body.css b/public/css/body.css index 95f30d4..8ad3a52 100644 --- a/public/css/body.css +++ b/public/css/body.css @@ -188,7 +188,7 @@ button .action_icon:hover { margin-right: 2px; } -section button, section input[type=submit] +button, section input[type=submit] { color: #ff1d04; font-size: medium; @@ -196,7 +196,7 @@ section button, section input[type=submit] background-color: white; border: lightgrey 2px outset; /* rend identiques les boutons firefox et chromium */ } -section button:hover, section input[type=submit]:hover +button:hover, section input[type=submit]:hover { background-color: yellow; border-radius: 4px; -- cgit v1.2.3