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:
@ -213,3 +213,10 @@ app {
|
||||
right: 0.75rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
/* Oqtane Conrol Styles */
|
||||
|
||||
/* Pager */
|
||||
.page-pointer {
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user