update(PrimeVue Paginator darkmode): overwrites the background of the paginator component in primevue

This commit is contained in:
SimonGschnell
2025-07-21 08:15:19 +02:00
parent a22041007c
commit 07d610d60f
2 changed files with 20 additions and 1 deletions
+4
View File
@@ -262,4 +262,8 @@ html.dark .tabulator .tabulator-cell {
html.dark .tabulator .tabulator-header .tabulator-col:hover {
background-color: var(--fhc-tertiary) !important;
}
.p-paginator{
background-color: var(--fhc-background) !important;
}