diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbar.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbar.scss index 742472e5..effbe445 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbar.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbar.scss @@ -14,9 +14,21 @@ } .searchbar__link { - display: block; - padding-top: 8px; + background: transparent; + border: none; + margin-top: 8px; + padding: 0; color: $typoWhite; + display: flex; + align-items: baseline; + + &:after { + display: block; + padding-left: 4px; + font-size: 90%; + font-family: 'FontAwesome'; + content: "\f054"; + } } .form-control{ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbox.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbox.scss index 2ec64917..a66f47e8 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbox.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_searchbox.scss @@ -123,10 +123,25 @@ } } - - .btn{ padding:10px 20px; display: block; } + .searchbox__link { + background: transparent; + border: none; + margin-top: 8px; + padding: 0; + color: white; + display: flex; + align-items: baseline; + + &:after { + display: block; + padding-left: 4px; + font-size: 90%; + font-family: 'FontAwesome'; + content: "\f054"; + } + } } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbar.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbar.html index 80fa60a8..9c3497cf 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbar.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchbar.html @@ -66,7 +66,7 @@