Add pagination display and update button styling

Introduce a page number display to the pagination controls for better navigation transparency. Update button styles to use CSS variables for improved theme consistency and maintainability.
This commit is contained in:
Peter
2025-04-18 21:54:36 +02:00
parent ecee377f01
commit 96cc4610dd
7 changed files with 58 additions and 11 deletions
+2
View File
@@ -23,6 +23,7 @@
--link-color: #1F9BDE;
--history-link-color: #A3A3A3;
--history-table-head-color: #DADADA;
--history-table-row-color: #E6E6E6;
--history-page-button-background: #DEDEDE;
--hamburger: #232323;
--dropdown-color: #DFDFDF;
@@ -42,6 +43,7 @@
--link-color: #20729E;
--history-link-color: #4A4A4A;
--history-table-head-color: #4A4A4A;
--history-table-row-color: #363636;
--history-page-button-background: #4A4A4A;
--hamburger: #CDCDCD;
--dropdown-color: #303233;