MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
# note Apr/24: this was added here some time ago, probably regarding mobile | |||
.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading { | .vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
# 4/12/24: adding here bc in common.css doesn't seem to work: | |||
.mw-collapsible span.mw-collapsible-toggle { | |||
float:none; !important | |||
font-weight: bold; | |||
background-color: #ffff00; | |||
margin-left:25px; | |||
} | } |
Revision as of 13:57, 12 April 2024
/* All CSS here will be loaded for users of the Vector skin */
# note Apr/24: this was added here some time ago, probably regarding mobile
.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading {
font-weight: bold;
}
# 4/12/24: adding here bc in common.css doesn't seem to work:
.mw-collapsible span.mw-collapsible-toggle {
float:none; !important
font-weight: bold;
background-color: #ffff00;
margin-left:25px;
}