MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* Custom search button */ | |||
.custom-search-btn { | |||
background: #0066ff; | |||
color: white; | |||
padding: 6px 14px; | |||
border-radius: 6px; | |||
cursor: pointer; | |||
display: inline-block; | |||
font-weight: 600; | |||
margin: 4px 0; | |||
} | |||
.custom-search-btn:hover { | |||
background: #0050cc; | |||
} | |||
Revision as of 03:02, 8 November 2025
/* Custom search button */
.custom-search-btn {
background: #0066ff;
color: white;
padding: 6px 14px;
border-radius: 6px;
cursor: pointer;
display: inline-block;
font-weight: 600;
margin: 4px 0;
}
.custom-search-btn:hover {
background: #0050cc;
}