From ed57c386db34d8693ca75311972d0929ebe5f488 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 01 Jun 2026 22:23:19 +0000
Subject: [PATCH] =Added some more Schema classes, allowed for override of array in outputSchema for complex schema, as for timeline post types
---
inc/admin/Integrations.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/inc/admin/Integrations.php b/inc/admin/Integrations.php
index fea51c0..15abaf2 100644
--- a/inc/admin/Integrations.php
+++ b/inc/admin/Integrations.php
@@ -403,10 +403,10 @@
--scrollbar-width: 8px;
- --scrollbar-track-color: var(--base-100);
- --scrollbar-thumb-color: var(--action-0);
- --scrollbar-thumb-hover-color: var(--action-50);
- --scrollbar-thumb-border: 2px solid var(--base-50);
+ --scrollbar-track-color: rgb(var(--base-100));
+ --scrollbar-thumb-color: rgb(var(--action-0));
+ --scrollbar-thumb-hover-color: rgb(var(--action-50));
+ --scrollbar-thumb-border: 2px solid rgb(var(--base-50));
--scrollbar-border-radius: 4px;
}
.item-grid.integrations {
--
Gitblit v1.10.0