From cead812e3896d163db64e1984a438b5827ce797d Mon Sep 17 00:00:00 2001 From: eclipse Date: Mon, 28 Apr 2025 17:24:34 +0200 Subject: [PATCH] removed magnifying glass symbol from search field; small changes to nav menu --- the_works/static/the_works.css | 4 ++++ the_works/templates/_nav.html | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/the_works/static/the_works.css b/the_works/static/the_works.css index 5045af2..308702a 100644 --- a/the_works/static/the_works.css +++ b/the_works/static/the_works.css @@ -6,4 +6,8 @@ table.dataTable span.dt-column-order::after table.dataTable td.action { padding: calc(var(--pico-spacing) / 2) var(--pico-spacing); +} + +#text-table_wrapper .dt-search input[type="search"] { + background-image: none; } \ No newline at end of file diff --git a/the_works/templates/_nav.html b/the_works/templates/_nav.html index a30e53a..111418e 100644 --- a/the_works/templates/_nav.html +++ b/the_works/templates/_nav.html @@ -1,14 +1,15 @@