Skip to content
Snippets Groups Projects
Commit 6fe73a36 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Neues Icon für löschen Knopf

parent 9eff29b9
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -296,8 +296,9 @@ header:nth-child(1) {
#search-delete-btn {
position: absolute;
right: 0;
bottom: 5px;
bottom: 0px;
border: none;
background-color: transparent;
font-size: 14px;
font-size: 25px;
font-weight: normal;
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
<div class="search-input">
<input type="text" name="eingabe" value="@if(isset($eingabe)){{$eingabe}}@endif" required="" @if($class=='startpage-searchbar') autofocus="" @endif autocomplete="{{$autocomplete or 'off'}}" class="form-control" placeholder="{{ trans('index.placeholder') }}">
<button class="hidden" id="search-delete-btn" type="button">
<i class="fa fa-eraser" aria-hidden="true"></i>
&#xd7;
</button>
</div>
<div class="search-submit" id="submit-inputgroup">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment