위키낱말사전:JavaScript & CSS/Searchbox
보이기
Searchbox
- Mediawiki:Common.css (필요하면 추가)
- 찾기 상자의 버튼 조절
#search-box .searchboxGoButton {
display: none;
}
#search-box .searchboxSearchButton {
position: relative; left: -5px;
}
#search-box table {
background-color: transparent;
}