Template
Pagetabs/pagetabsmore/style.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
} | |||
.more-dropdown-content .mw-prefixindex-body li:hover { | |||
background:#c9d9d9; | |||
} | |||
.more-dropdown-content li a:hover { | |||
text-decoration: none; | |||
} | } |
Revision as of 23:02, 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;
}
/*prefixindex*/
.more-dropdown-content .prefixindex-body ul {
list-style:none;
margin:0;
}
.more-dropdown-content .prefixindex-body li {
font-style:normal;
padding:0.2em;
}
.more-dropdown-content .prefixindex-body li a {
display: inline-block;
width: 100%;
height: 100%;
}
.more-dropdown-content .mw-prefixindex-body li:hover {
background:#c9d9d9;
}
.more-dropdown-content li a:hover {
text-decoration: none;
}
This page was last modified on 23 July 2022, at 23:02. (13 months ago)