From 151d96e1db5149ffc34f3764dc5925e0b7ddea28 Mon Sep 17 00:00:00 2001 From: eclipse Date: Fri, 2 May 2025 11:55:32 +0200 Subject: [PATCH] generalized a rule to include any template --- the_works/static/the_works.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_works/static/the_works.css b/the_works/static/the_works.css index 1c603f5..c3e2578 100644 --- a/the_works/static/the_works.css +++ b/the_works/static/the_works.css @@ -8,7 +8,7 @@ table.dataTable td.action { padding: calc(var(--pico-spacing) / 2) var(--pico-spacing); } -#text-table_wrapper .dt-search input[type="search"] { +.dt-search input[type="search"] { background-image: none; }