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 @@