Change cursor type for pagination buttons.

This commit is contained in:
n8detar 2022-04-21 12:15:18 -07:00
parent bcfd89be02
commit 3d68f52d5d
1 changed files with 1 additions and 0 deletions

View File

@ -528,6 +528,7 @@ button:hover {
.pagination-item {
padding: 5px;
margin-right: 4px;
cursor: pointer;
border: 1px solid;
}