Jump to content

MediaWiki:Vector.css: Difference between revisions

From Transight Wiki
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Style the main menu button (hamburger) */
.vector-main-menu-landmark button {
  background-color: transparent !important;
  color: black !important;
  fill: black !important;
  border: none;
}


/* If it's using ::before or svg icon */
.vector-main-menu-landmark button::before {
  content: "☰"; /* Fallback if icon is broken */
  color: black !important;
  font-size: 20px;
  padding: 5px;
}

Latest revision as of 09:26, 28 June 2025