mirror of
https://github.com/scratchfoundation/scratchwikiskin.git
synced 2024-12-03 12:26:56 -05:00
fixed issue with magnifying glass on firefox
This commit is contained in:
parent
3792b92a7d
commit
63c805d9c9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class ScratchWikiSkinTemplate extends BaseTemplate{
|
|||
<li>
|
||||
<form action="<?php $this->text( 'wgScript' ) ?>" class="search">
|
||||
<!--<span class="glass"><i></i></span>-->
|
||||
<input type= "submit" class= "glass">
|
||||
<input type= "submit" class= "glass" value= "">
|
||||
<input type="search" id="searchInput" accesskey="f" title="Search Scratch Wiki [alt-shift-f]" name="search" autocomplete="off" placeholder="Search the Wiki" />
|
||||
<!--<input type="submit" class="searchButton" id="searchGoButton" title="Go to a page with this exact name if exists" value="Go" name="go">-->
|
||||
<input type="hidden" class="searchButton" id="mw-searchButton" title="Search the pages for this text" value="Search" name="fulltext" />
|
||||
|
|
Loading…
Reference in a new issue