mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
Merge pull request #4890 from SteadEXE/canary
fix(ui): add cursor pointer style for buttons
(cherry picked from commit 0fc75840d2)
This commit is contained in:
parent
a49615038f
commit
982f4d70f7
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user