From d852e408f3d63e9391ac8a23b9b11e76e75e96fa Mon Sep 17 00:00:00 2001 From: Sabin Shrestha Date: Fri, 18 Jul 2025 20:24:34 +0545 Subject: [PATCH] fix(ui): Add cursor pointer style to button elements --- surfsense_web/app/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/surfsense_web/app/globals.css b/surfsense_web/app/globals.css index 5dbd332..a744656 100644 --- a/surfsense_web/app/globals.css +++ b/surfsense_web/app/globals.css @@ -152,3 +152,7 @@ --sidebar-ring: 217.2 91.2% 59.8%; } } + +button { + cursor: pointer; +} \ No newline at end of file