shithub: hugo

Download patch

ref: c7c66e664a5d19be3988ab27d3f8922fe473957c
parent: ddc15ed41b81b8b6493353c36f3b12a8e1d7654c
parent: f27faf9afd0a8db768a21954b8755f1bf1a14f1b
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Feb 1 04:08:24 EST 2019

Merge commit 'f27faf9afd0a8db768a21954b8755f1bf1a14f1b'

--- a/docs/themes/gohugoioTheme/layouts/partials/site-search.html
+++ b/docs/themes/gohugoioTheme/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 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>