removed magnifying glass symbol from search field; small changes to nav menu

This commit is contained in:
eclipse 2025-04-28 17:24:34 +02:00
parent ad6af25a48
commit cead812e38
2 changed files with 10 additions and 5 deletions

View File

@ -7,3 +7,7 @@ table.dataTable span.dt-column-order::after
table.dataTable td.action { table.dataTable td.action {
padding: calc(var(--pico-spacing) / 2) var(--pico-spacing); padding: calc(var(--pico-spacing) / 2) var(--pico-spacing);
} }
#text-table_wrapper .dt-search input[type="search"] {
background-image: none;
}

View File

@ -1,14 +1,15 @@
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="{{ url_for('home.home') }}">
<hgroup> <hgroup>
<h2>the_works</h2> <h2>the_works</h2>
<p>Tobias Radloffs Bücher</p> <p>Tobias Radloffs Bücher</p>
</hgroup> </hgroup>
</a>
</li> </li>
</ul> </ul>
<ul> <ul>
<li><a href="{{ url_for('home.home') }}">Home</a></li>
<li><a href="{{ url_for('text.all') }}">Texte</a></li> <li><a href="{{ url_for('text.all') }}">Texte</a></li>
<li><a href="{{ url_for('werk.all') }}">Werke</a></li> <li><a href="{{ url_for('werk.all') }}">Werke</a></li>
</ul> </ul>