Template
Pagetabs/pagetabsmore/style.css
From Dogcraft Wiki
(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...") |
(Domino changed the content model of the page User:Domino/Sandbox/pagetabsmore/style.css from "CSS" to "Sanitized CSS": testing) Tag: content model change |
(No difference)
|
Revision as of 22:24, 23 July 2022
.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. (13 months ago)