From a9455cc7558d9775458d9aadb27f5c47c3c2cfef Mon Sep 17 00:00:00 2001 From: cy_altern Date: Thu, 22 May 2025 21:04:48 +0200 Subject: [PATCH] Fix : correctif pour que le surlignage au survol soit OK sur toutes les lignes --- README.md | 2 +- css/gamutable.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c76f07..9d1141f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gamutable -##fontello API +## fontello API 1. Ouvrir le navigateur diff --git a/css/gamutable.css b/css/gamutable.css index 5eef102..bca3cf1 100644 --- a/css/gamutable.css +++ b/css/gamutable.css @@ -164,7 +164,7 @@ th .vue-select { color: rgb(220, 53, 69); } -.gamutable table tbody tr:hover { +.gamutable table.table tbody tr:hover { background-color: rgba(179, 209, 67, 0.27); }