mirror of
https://github.com/scratchfoundation/scratchwikiskin.git
synced 2024-12-04 04:41:29 -05:00
Merge branch 'master' of https://github.com/LLK/scratchwikiskin
This commit is contained in:
commit
6f26e23379
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ class ScratchWikiSkinTemplate extends BaseTemplate{
|
||||||
<input type= "submit" class= "glass" value= "">
|
<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="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="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" />
|
<input type="hidden" value="Special:Search" name="title" />
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
|
2
main.css
2
main.css
|
@ -309,7 +309,7 @@ border-radius: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 2;
|
z-index: 200;
|
||||||
background-color: #DDDDDD;
|
background-color: #DDDDDD;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in a new issue