From 70583f2df9ab51c7626f43362bb6887fbea9c534 Mon Sep 17 00:00:00 2001 From: colin-grant-work Date: Mon, 14 Oct 2024 13:23:48 -0600 Subject: [PATCH] More memory select cursor -> pointer (#146) --- media/memory-table.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media/memory-table.css b/media/memory-table.css index d476bd3..8d33747 100644 --- a/media/memory-table.css +++ b/media/memory-table.css @@ -50,7 +50,8 @@ font-style: italic; } -.more-memory-select:not(.p-disabled) { +.more-memory-select:not(.p-disabled), +.more-memory-select:not(.p-disabled) select { cursor: pointer; }