Merge pull request #2504 from leigh-pointer/PagerPointer

A change to the Pager bar to set the mouse pointer to pointer
This commit is contained in:
Shaun Walker
2022-11-23 11:26:57 -05:00
committed by GitHub
2 changed files with 107 additions and 100 deletions

View File

@ -213,3 +213,10 @@ app {
right: 0.75rem;
top: 0.5rem;
}
/* Oqtane Conrol Styles */
/* Pager */
.page-pointer {
cursor: pointer;
}