]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/_search-form.twig
merge
[github/wallabag/wallabag.git] / themes / baggy / _search-form.twig
index b1e17dd8807fdc51a1793315958c515baebc7a0f..77cd846102dda0cbc224f7f73b26c4c2d824c9da 100644 (file)
@@ -1,7 +1,7 @@
 <div id="search-form" class="messages info popup-form">
 <form method="get" action="index.php">
-                               <h2>{%trans "Search" %}</h2>
-        <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a>
+        <h2>{%trans "Search" %}</h2>
+       <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
         <input type="hidden" name="view" value="search"></input>
         <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
         <input id="submit-search" type="submit" value="{% trans "Search" %}"></input>