From 3d68f52d5ddc71634b2ba228200e84fe00f14b54 Mon Sep 17 00:00:00 2001 From: n8detar Date: Thu, 21 Apr 2022 12:15:18 -0700 Subject: [PATCH] Change cursor type for pagination buttons. --- tubearchivist/www/src/styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/www/src/styles/globals.css b/tubearchivist/www/src/styles/globals.css index 138f9d0..dc51882 100755 --- a/tubearchivist/www/src/styles/globals.css +++ b/tubearchivist/www/src/styles/globals.css @@ -528,6 +528,7 @@ button:hover { .pagination-item { padding: 5px; margin-right: 4px; + cursor: pointer; border: 1px solid; }