Squashed 'themes/gohugoioTheme/' changes from dafc91ff1..042112e2d

042112e2d Fix search button.

git-subtree-dir: themes/gohugoioTheme
git-subtree-split: 042112e2dafaa6cb75c15bce595548b0cd277006
This commit is contained in:
Bjørn Erik Pedersen 2019-02-01 09:05:08 +01:00
parent 20a631b496
commit ccb3ee5c57

View File

@ -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 bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
<input type="search" id="search-input" class="needs-js bg-left bg-transparent 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;;">
</fieldset>
</form>