changed the off canvas search button class
authorIan Weller <ian@gaslightmedia.com>
Wed, 9 Mar 2016 13:17:56 +0000 (08:17 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 9 Mar 2016 13:17:56 +0000 (08:17 -0500)
parts/search.php

index c655e5c..e49fc07 100644 (file)
@@ -1,5 +1,5 @@
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
      <input class="search-input" type="text" placeholder="Search" value="" name="s" id="lar-search">
-     <input class="search-button" type="submit" 
+     <input class="button secondary" type="submit" 
         value="submit" name="searchButton">
 </form>
\ No newline at end of file