This commit is contained in:
scmb1 2014-06-05 16:46:36 -04:00
commit 6f26e23379
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ class ScratchWikiSkinTemplate extends BaseTemplate{
<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" />
<input type="hidden" class="searchButton" id="mw-searchButton" title="Search the pages for this text" value="Search" />
<input type="hidden" value="Special:Search" name="title" />
</form>
</li>

View file

@ -309,7 +309,7 @@ border-radius: 0;
font-size: 14px;
list-style: none;
display: none;
z-index: 2;
z-index: 200;
background-color: #DDDDDD;
overflow: hidden;
border-radius: 5px;