From 215833a2c912f2c67a3300023c5a02411bbca3e8 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 12 Jul 2025 01:40:18 +0300 Subject: [PATCH] style/table collections: tweak table footer --- apps/client/src/stylesheets/table.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/table.css b/apps/client/src/stylesheets/table.css index 95c3fcc85..01f1ed79a 100644 --- a/apps/client/src/stylesheets/table.css +++ b/apps/client/src/stylesheets/table.css @@ -147,6 +147,10 @@ margin: 0; } +.tabulator .tabulator-footer { + color: var(--main-text-color); +} + /* Context menus */ .tabulator-popup-container {