Merge pull request #2537 from leigh-pointer/Pager-Pointer

A change to the Pager bar to set the mouse pointer to pointer
This commit is contained in:
Shaun Walker
2023-01-04 14:51:29 -05:00
committed by GitHub
2 changed files with 17 additions and 17 deletions

View File

@ -217,6 +217,6 @@ app {
/* Oqtane Conrol Styles */
/* Pager */
.page-pointer {
.app-pager-pointer {
cursor: pointer;
}