From e151d381d9dea8f92c5f5f822b94031ded606461 Mon Sep 17 00:00:00 2001 From: Adam Pritchard Date: Sat, 5 Oct 2024 16:45:37 -0400 Subject: [PATCH] add pointer cursor when hovering checkboxes and their labels --- src/common/options.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/options.html b/src/common/options.html index c6f091b8..0ceaeb00 100644 --- a/src/common/options.html +++ b/src/common/options.html @@ -282,6 +282,10 @@ display: none; } + input[type="checkbox"], input[type="checkbox"] + label { + cursor: pointer; + } + /* Custom PayPal button styles from http://visitsteve.com/made/diy-paypal-buttons/ */ .paypal-button { color: #2e3192;