From e663f808e88c0105ec565895983fd09c66c378d7 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Wed, 28 May 2025 16:05:00 +0200 Subject: [PATCH] Adding Pointer Cursor to the Pager --- data/style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/style/style.css b/data/style/style.css index 396eb8a..d2d2a15 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -896,6 +896,7 @@ div.content { padding: 5px; background: var(--clr-surface-a10); border-radius: 5px; + cursor: pointer; }