Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 544: Line 544:
}
}


#Hide the search options box on search result page
/* Hide the search options box on search result page */
/* Hide the "Search in namespaces:" section */
/* Hide the "Search in namespaces:" section */
.search-types, /* This targets the namespaces section */
.mw-search-profile-tabs {
.search-types + fieldset /* This targets the associated checkboxes */
{
     display: none !important;
     display: none !important;
}
}