From a3e3c2a8fa2a2c98ac66405a7dd1e4858ae8f2b3 Mon Sep 17 00:00:00 2001 From: break27 Date: Wed, 27 May 2026 17:48:54 +0800 Subject: [PATCH] fix: input cursor pointer --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index d77a31c..03d80e3 100644 --- a/index.html +++ b/index.html @@ -284,6 +284,10 @@ body { justify-content: center; } +select, option, input[type='checkbox'], input[type='date'] { + cursor: pointer; +} + label { user-select: none; width: fit-content;