diff --git a/apps/dokploy/styles/globals.css b/apps/dokploy/styles/globals.css index 50c516bd1..5a9141119 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;