From 1c0faaf49242a3e51d0dd63ea0bc2444ce13ab37 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Tue, 21 Feb 2023 21:23:32 +0000
Subject: [PATCH] target input appearance explicitly #93
---
layouts/shortcodes/chart.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/shortcodes/chart.html b/layouts/shortcodes/chart.html
index ad81b90..db147bc 100644
--- a/layouts/shortcodes/chart.html
+++ b/layouts/shortcodes/chart.html
@@ -29,7 +29,7 @@
<div class="table_wrap">
{{- if not (in $charts "noFilter") }}
<p>
- <input oninput="w3.filterHTML('#chartTable', '.row', this.value)" class="form_search search_field" placeholder="Filter Table Values">
+ <input oninput="w3.filterHTML('#chartTable', '.row', this.value)" class="form_search search_field forminput" placeholder="Filter Table Values">
</p>
{{- end }}
<table id="chartTable">
--
Gitblit v1.10.0