From 982f4d70f70c7ec1db54c3be52263da7b1fc3e47 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:12:53 -0600 Subject: [PATCH] Merge pull request #4890 from SteadEXE/canary fix(ui): add cursor pointer style for buttons (cherry picked from commit 0fc75840d22c459e7cb7ff65d55bbb647d8d2154) --- apps/dokploy/styles/globals.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/dokploy/styles/globals.css b/apps/dokploy/styles/globals.css index 50c516bd1..d212474c7 100644 --- a/apps/dokploy/styles/globals.css +++ b/apps/dokploy/styles/globals.css @@ -269,6 +269,12 @@ @apply bg-background text-foreground; } + /* Cursor pointer on buttons */ + button:not([disabled]), + [role="button"]:not([disabled]) { + cursor: pointer; + } + /* Custom scrollbar styling */ ::-webkit-scrollbar { width: 0.3125rem;