Jump to content

MediaWiki:Vector.css

From Transight Wiki
Revision as of 09:25, 28 June 2025 by Editor (talk | contribs)

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.
/* Force black color on the sidebar toggle (main menu) icon */
#vector-main-menu-dropdown-label svg {
    color: black !important;
    fill: black !important;
    stroke: black !important;
}

/* Optional: Fix icon button background to be transparent */
#vector-main-menu-dropdown-label {
    background-color: transparent !important;
    border: none !important;
}

/* Optional: On hover and focus, keep icon black */
#vector-main-menu-dropdown-label:hover svg,
#vector-main-menu-dropdown-label:focus svg {
    fill: black !important;
    stroke: black !important;
}