MediaWiki:Vector-2022.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Vector 2022 CSS Styling */ | /* Vector 2022 CSS Styling */ | ||
.skin-vector-2022 #vector-main-menu-pinned-container { | |||
display: none !important; | |||
} | |||
/* Remove the pin/unpin buttons so nobody can toggle it */ | |||
.skin-vector-2022 .vector-pinnable-header-pin-button, | |||
.skin-vector-2022 .vector-pinnable-header-unpin-button { | |||
display: none !important; | |||
} | |||
/* ===== 1. Header + footer background ===== */ | /* ===== 1. Header + footer background ===== */ | ||