MediaWiki:Vector.css

From Warcraft Watch Secrets
Revision as of 06:04, 9 August 2025 by Elnian (talk | contribs)
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.
.vector-menu-tabs-legacy .selected a,
.vector-menu-tabs-legacy .selected a:visited {
	color: #ccc;
	background-image: linear-gradient(to bottom, #111 0, #ed7117 100%);
}

.vector-menu-tabs-legacy li {
	background-image: linear-gradient(to top, #ed7117 0, #222 1px, #111 100%);
}

.vector-menu-tabs-legacy li.selected {
	background-image: linear-gradient(to top, #333 0, #111 100%);
}