From 9c51cd91ccf824342963491faeb435aa1ddeb22f Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 06 Jun 2025 15:32:58 +0000
Subject: [PATCH] adding search
---
vue/src/components/Pagination.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/vue/src/components/Pagination.vue b/vue/src/components/Pagination.vue
index ece7eba..5fd63ea 100644
--- a/vue/src/components/Pagination.vue
+++ b/vue/src/components/Pagination.vue
@@ -133,7 +133,6 @@
display flex;
flex-direction column
align-items center;
- margin -1em 0 1em 0;
.pagination-buttons
font-size 1.33rem
display flex;
@@ -161,6 +160,11 @@
//all: unset
border none
width 1em
+input[type=button]
+ color rgb(0,0,238)
+ cursor pointer;
+ &:hover
+ background-color #ddd;
button
--
Gitblit v1.8.0