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.); }