MediaWiki:Vector.css

From QME Wiki
Revision as of 21:30, 9 July 2025 by Admin (talk | contribs) (Replaced content with "------------------------------: 18. Special:Search Adjustments: ------------------------------: Ensure headings like <h4> are readable: #mw-searchoptions h4, #mw-searchoptions label { color: #e0e0e0 !important; } Fix toggle buttons ("All", "None"): #mw-search-togglebox input[type="button"] { background-color: #2a2a2a !important; color: #e0e0e0 !important; border: 1px solid #444 !important; padding: 0.25em 0.5em !importan...")
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ------------------------------ */
/* 18. Special:Search Adjustments */
/* ------------------------------ */

/* Ensure headings like <h4> are readable */
#mw-searchoptions h4,
#mw-searchoptions label {
    color: #e0e0e0 !important;
}

/* Fix toggle buttons ("All", "None") */
#mw-search-togglebox input[type="button"] {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #444 !important;
    padding: 0.25em 0.5em !important;
    margin-right: 0.5em;
    border-radius: 4px;
}

/* Optional: on hover */
#mw-search-togglebox input[type="button"]:hover {
    background-color: #3a3a3a !important;
    color: #ffffff !important;
}
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.