feat: Introduce cursor utility class for pointer interactions and refactor action buttons into PageHeaderActions component across multiple managers for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m54s

This commit is contained in:
2025-08-12 13:29:19 +07:00
parent f06a433d77
commit cdf42aa589
10 changed files with 162 additions and 260 deletions
+5
View File
@@ -219,6 +219,11 @@
}
}
/* Utility: pointer cursor */
.cursor-pointer {
cursor: pointer;
}
/* Custom responsive adjustments */
@media (max-width: 992px) {
.page-wrapper {