OC Search button will also show up on medium
authorLaury GvR <laury@gaslightmedia.com>
Fri, 15 May 2015 18:32:43 +0000 (14:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 15 May 2015 18:32:43 +0000 (14:32 -0400)
parts/search.php

index 3c7a370..29b5919 100644 (file)
@@ -1,5 +1,5 @@
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
      <input type="text" placeholder="SEARCH" value="" name="s" id="lar-search">
      <input class="show-for-large-up" id="search-button" value="" name="searchButton" type="image"></input>
-     <input class="hide-for-medium-up" id="search-button" value="Submit" name="searchButton" type="image"></input>
+     <input class="hide-for-large-up" id="search-button" value="Submit" name="searchButton" type="image"></input>
 </form>
\ No newline at end of file