aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-10-31 19:35:35 +0100
committerThomas Citharel <tcit@tcit.fr>2014-10-31 19:35:35 +0100
commit8a76674568d2746cd62027655cacd983639a88f8 (patch)
tree58a6819c5a5141f3b8a3831b20035b99e46244bd
parent6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1 (diff)
parent40800c97b29b23999d01dd245a866de34f487338 (diff)
downloadwallabag-8a76674568d2746cd62027655cacd983639a88f8.tar.gz
wallabag-8a76674568d2746cd62027655cacd983639a88f8.tar.zst
wallabag-8a76674568d2746cd62027655cacd983639a88f8.zip
Merge pull request #913 from jsit/hotfix
Fixing regression in popup close button styling
-rw-r--r--themes/baggy/_search-form.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig
index 4add9294..73f7951f 100644
--- a/themes/baggy/_search-form.twig
+++ b/themes/baggy/_search-form.twig
@@ -1,7 +1,7 @@
1<div id="search-form" class="messages info popup-form"> 1<div id="search-form" class="messages info popup-form">
2<form method="get" action="index.php"> 2<form method="get" action="index.php">
3 <h2>{%trans "Search" %}</h2> 3 <h2>{%trans "Search" %}</h2>
4 <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a> 4 <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
5 <input type="hidden" name="view" value="search"></input> 5 <input type="hidden" name="view" value="search"></input>
6 <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br> 6 <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
7 <input id="submit-search" type="submit" value="{% trans "Search" %}"></input> 7 <input id="submit-search" type="submit" value="{% trans "Search" %}"></input>