From e72c4603918472f533c4ee9aa44c5ae33d9b0e55 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 19 Mar 2024 19:40:49 -0400 Subject: [PATCH] =?UTF-8?q?feat(datatables):=20=E2=9C=A8=20completely=20hi?= =?UTF-8?q?de=20disabled=20button=20for=20search=20pane?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skinStyles/jquery/datatables.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skinStyles/jquery/datatables.less b/skinStyles/jquery/datatables.less index 7e25297c2..1e5cee3c4 100644 --- a/skinStyles/jquery/datatables.less +++ b/skinStyles/jquery/datatables.less @@ -395,7 +395,9 @@ div.dtsp-panesContainer { } .dtsp-disabledButton { - visibility: hidden; + // Hide buttons since they have no purposes + // Also allows the label to be longer + display: none; } } }