Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
c5c895b6
Commit
c5c895b6
authored
May 04, 2018
by
Karl Hasselbring
Browse files
Neues Icon für löschen Knopf
parent
14df4711
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/searchbar.less
View file @
c5c895b6
...
...
@@ -296,8 +296,9 @@ header:nth-child(1) {
#search-delete-btn {
position: absolute;
right: 0;
bottom:
5
px;
bottom:
0
px;
border: none;
background-color: transparent;
font-size: 14px;
font-size: 25px;
font-weight: normal;
}
\ No newline at end of file
resources/views/parts/searchbar.blade.php
View file @
c5c895b6
...
...
@@ -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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment