Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Lupsa <dariuslupsa@protonmail.com>2021-05-03 22:29:54 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-05-03 23:00:54 +0300
commit4ed567e825b11cc20806e6c429440e80f25a0e6a (patch)
treefafdcf55954629def2ce669554cef6b4aa9087e1
parentdc46ebd30acd168b3e360595b465f1171b33bd8b (diff)
Adjust site search icon vertically on center and padding left
This was repaired in commit bcc4f93242334f03c6699e2c4226ee178317ec4b but was updated in _vendor folder under hugoDocs repo
-rw-r--r--layouts/partials/site-search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/site-search.html b/layouts/partials/site-search.html
index 6b002a3d..8c97ac45 100644
--- a/layouts/partials/site-search.html
+++ b/layouts/partials/site-search.html
@@ -1,6 +1,6 @@
<form id="site-search-form" action="" role="search">
<fieldset class="bn ma0 pa0">
<label class="clip" for="search-input">Search</label>
- <input type="search" id="search-input" class="needs-js bg-left bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background: url('/images/icon-search.png') no-repeat 0 8px /16px 16px; background-color: rgba(255,255,255,0);">
+ <input type="search" id="search-input" class="needs-js bg-left bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background: url('/images/icon-search.png') 5px 11px/16px 16px no-repeat; background-color: rgba(255,255,255,0);">
</fieldset>
</form>