From 7114f67704bc045bc747122441e22722f386be31 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Thu, 20 Apr 2023 18:36:13 -0500 Subject: [PATCH] only show pointer for main table --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 783c887..a7d11c6 100644 --- a/style.css +++ b/style.css @@ -103,7 +103,7 @@ table { } } -table tbody tr { +table.pinout-table tbody tr { cursor: pointer; }