added search icon and fixed issue with border-radius of html and body
[mirrors/JukeBox.git] / index.php
index 2cff7be9ab0e81e335b6e9b63502c6f2973dbe64..d345f39d958bee3607b806e2a584d1745f548e23 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -381,7 +381,7 @@ playlist?"
                <input type="submit" value="random" title="Generate random music playlist..." />
        </form>
        <form action="?" method="GET" align="right" style="display: inline;">
-               <input type="search" name="search" autofocus placeholder="search regexp..."
+               <span class="icon isearch"></span><input type="search" name="search" autofocus placeholder="search regexp..."
                        title="Search in music/google/lyrics/mp3/youtube; Hint: You can use regular expressions in search query..."
                        value="<?=unxss($_GET['search'])?>"
                />
This page took 0.136083 seconds and 4 git commands to generate.