_includes/section/home.html in word-games-theme-0.7.4 vs _includes/section/home.html in word-games-theme-0.7.5
- old
+ new
@@ -18,18 +18,13 @@
</div>
<div class="container-fluid" id="containerWd">
<div class="serachSection">
<div class="position-relative serachBox">
<form action="/result" id='form' method="GET">
- <div style="position: relative">
- <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
- placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15"
- required autocomplete="off">
- <span class="focus-border">
- <i></i>
- </span>
- </div>
+ <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
+ placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15"
+ required autocomplete="off">
<input style="border-radius: {{CustomColor.inputFieldBorder}};
background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" id="serach"
value>
<div class="dictonaryDropdown">
\ No newline at end of file