@ -89,23 +89,6 @@
<div class="album py-5">
<div class="input-group">
<input type="text" class="form-control width-100 bg-info border border-boxborder text-searchfont"
placeholder="Search"
aria-label="Search">
<div class="input-group-append">
<button class="searchbutton">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-search" fill="info" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/>
<path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/>
</svg>
</button>
</div>
<div class="sb-example-1">
<div class="search">
@ -114,14 +114,6 @@ body {
}
.form-control {
border-radius: 25px;
.form-control:focus {
box-shadow: none;
.searchbutton {
background-color: transparent;
color: searchhint;
@ -74,10 +74,6 @@ body {
border-color: map-get($theme-colors, activeborderaccordion);
.form-control::-webkit-input-placeholder {
color: map-get($theme-colors, searchhint) !important;
.searchTerm::-webkit-input-placeholder {