A change to the Pager bar to set the mouse pointer to pointer

Currently the mouse pointer shows the Selector icon when hoovered over the page number buttons.  This is an update changing the icon to the Pointer icon.
This commit is contained in:
Leigh Pointer
2022-11-21 09:44:30 +01:00
parent 15c46fd157
commit c5c5fd859f
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;
}