From a56ab4b4ed44d4a75e8da09f213d02f27673ea08 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 8 Oct 2025 14:46:48 +0200 Subject: [PATCH] Correction style colonne non triable --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2193b11..39ae075 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,6 @@ } /* désactiver rétroaction pour colonnes non triables */ -table.list > thead td[class~=nosort] a:hover { +table.list > thead th[class~=nosort] a:hover { background-color : rgba(var(--gSecondColor), 0.); }