diff --git a/apps/dokploy/styles/globals.css b/apps/dokploy/styles/globals.css index 5a9141119..d212474c7 100644 --- a/apps/dokploy/styles/globals.css +++ b/apps/dokploy/styles/globals.css @@ -271,9 +271,9 @@ /* Cursor pointer on buttons */ button:not([disabled]), - [role="button"]:not([disabled]) { - cursor: pointer; - } + [role="button"]:not([disabled]) { + cursor: pointer; + } /* Custom scrollbar styling */ ::-webkit-scrollbar {