diff --git a/Grand.Web/Themes/DefaultClean/Content/css/style.css b/Grand.Web/Themes/DefaultClean/Content/css/style.css index 87c7009d66..081102c8ba 100644 --- a/Grand.Web/Themes/DefaultClean/Content/css/style.css +++ b/Grand.Web/Themes/DefaultClean/Content/css/style.css @@ -593,6 +593,12 @@ body:not(.is-ready) .search-box-button { .advanced-search .col-form-label { font-weight: 400; } + +.mobile-search-trigger { + border: 0; + padding: 0; + background-color: transparent; +} /*autocomplete*/ .advanced-search-results { @@ -1961,6 +1967,7 @@ pagination .pagination a:not([href]) { display: flex; border-radius: 0; justify-content: center; + align-items: center; } #searchModal .search-box-select { diff --git a/Grand.Web/Views/Shared/Components/SearchBox/Default.cshtml b/Grand.Web/Views/Shared/Components/SearchBox/Default.cshtml index e47b30feb2..6c929bbe1b 100644 --- a/Grand.Web/Views/Shared/Components/SearchBox/Default.cshtml +++ b/Grand.Web/Views/Shared/Components/SearchBox/Default.cshtml @@ -70,6 +70,6 @@ @await Component.InvokeAsync("Widget", new { widgetZone = "searchbox" }) - +