From f8cfdacc26968c1b6f1baa48c38f2637ca67a2c4 Mon Sep 17 00:00:00 2001 From: Leigh Pointer Date: Tue, 3 Jan 2023 14:24:17 +0100 Subject: [PATCH] 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. Updated the CSS class name to 'app-pager-pointer' in app.css and the Component. --- Oqtane.Client/Modules/Controls/Pager.razor | 32 +++++++++++----------- Oqtane.Server/wwwroot/css/app.css | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Oqtane.Client/Modules/Controls/Pager.razor b/Oqtane.Client/Modules/Controls/Pager.razor index e30a7c0e..bf735801 100644 --- a/Oqtane.Client/Modules/Controls/Pager.razor +++ b/Oqtane.Client/Modules/Controls/Pager.razor @@ -8,16 +8,16 @@ @if ((Toolbar == "Top" || Toolbar == "Both") && _pages > 0 && Items.Count() > _maxItems) {