Template

Pagetabs/pagetabsmore/style.css

From Dogcraft Wiki

< Template:Pagetabs‎ | pagetabsmore
Revision as of 22:22, 23 July 2022 by Domino (talk | contribs) (Created page with ".more-dropdown-button { width: 25px; height: 25px; display: inline-flex; justify-content: center; align-items: center; border-radius:2px; } .more-dropdown-button:hover...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
.more-dropdown-button {
	width: 25px;
	height: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius:2px;
}

.more-dropdown-button:hover {
	background:#e9edef;
}

.more-dropdown-button:active {
	background:#e9edef;
	outline:1px solid #d9d6d3;
}

.mw-collapsible:not(.mw-collapsed) ~ .more-dropdown-button {
	outline:2px solid blue;
}
This page was last modified on 23 July 2022, at 22:22. (7 months ago)