Template

Pagetabs/pagetabsmore/style.css

From Dogcraft Wiki

< Template:Pagetabs‎ | pagetabsmore
Revision as of 22:24, 23 July 2022 by Domino (talk | contribs) (Domino changed the content model of the page User:Domino/Sandbox/pagetabsmore/style.css from "CSS" to "Sanitized CSS": testing)
.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:24. (7 months ago)