MediaWiki:Vector.css: Difference between revisions

From Warcraft Watch Secrets
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 3: Line 3:
color: #ccc;
color: #ccc;
background-image: linear-gradient(to bottom, #111 0, #ed7117 100%);
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%);
}
}

Revision as of 06:02, 9 August 2025

.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%);
}