Fix Searchbox Styling

This commit is contained in:
seiichiro 2022-01-10 17:16:19 +01:00
parent 39f0cb4539
commit 2199ac6db8
2 changed files with 1 additions and 7 deletions

View file

@ -84,12 +84,6 @@ body {
color: #00ff00;
}
.search {
text-align: center;
font-weight: bold;
color: #ffffff;
}
.error {
margin-left: 0.5em;
margin-right: 0.5em;

View file

@ -7,7 +7,7 @@
<div class="page-header">
<div class="search">
<form class="f-search" action="index.php" method="get">
<input type=" text"placeholder="Suche.." name="f" />
<input type="text"placeholder="Suche.." name="f" />
<button type="submit"><i class="fa fa-search"></i></button>
<input type="hidden" name="d" value="{{ $dir }}">
<input type="hidden" name="s" value="{{ $slice }}">