MediaWiki:Common.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 262: Line 262:
     background: #000 !important;
     background: #000 !important;
     opacity: 1 !important;
     opacity: 1 !important;
}
/* ============================================
  TIMELESS — HAMBURGER ICON COLOR FIX
  ============================================ */
/* The button wrapper */
#mw-timeless-drawer-button {
    color: #ffea00 !important; /* yellow icon */
}
/* The icon itself (OOUI icon) */
#mw-timeless-drawer-button .oo-ui-iconElement-icon {
    color: #ffea00 !important;
}
/* Some Timeless builds use this span instead */
#mw-timeless-drawer-button span {
    color: #ffea00 !important;
}
/* If the icon is using a mask-image (rare but possible) */
#mw-timeless-drawer-button .oo-ui-iconElement-icon::before {
    background-color: #ffea00 !important;
}
}