MediaWiki:Vector.css
Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
/* === VECTOR 2022: SEARCH BAR CLEANUP === */
/* Style the actual search input field */
.vector-search-box-input {
font-size: 0.85em !important;
padding: 4px 6px !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
background: white !important;
box-shadow: none !important;
outline: none !important;
height: auto !important;
}
/* Remove the outer box appearance */
.vector-search-box {
background: transparent !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
}
/* Optional: Smaller font in search suggestions */
.mw-searchSuggest-link {
font-size: 0.85em !important;
}