REST Service for POPCORN - ILIAS
alex
2025-06-06 21e9157e4ff93806321d55691af60c9e414e5e22
vue/src/components/Pagination.vue
@@ -70,7 +70,6 @@
   <div class="pagination">
      <div class="pagination-buttons">
         <input type="button" @click="goStart()" class="start" value="«">
         <input type="button" @click="goPrev()" class="prev" value="‹">
         <span class="current">{{ offset }} - {{ offset + limit }} / {{ total }}</span>
@@ -133,7 +132,6 @@
   display flex;
   flex-direction column
   align-items center;
   margin -1em 0 1em 0;
.pagination-buttons
   font-size 1.33rem
   display flex;
@@ -161,6 +159,11 @@
   //all: unset
   border none
   width 1em
input[type=button]
   color rgb(0,0,238)
   cursor pointer;
   &:hover
      background-color #ddd;
button