Jump to content

MediaWiki:Vector.css: Difference between revisions

From Transight Wiki
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
Line 1: Line 1:
/* 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;
}

Latest revision as of 09:26, 28 June 2025