MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 112: | Line 112: | ||
/* ========================================================= */ | /* ========================================================= */ | ||
/* ========== | /* ========== FIX GLOBAL ÍCONES HEADER ATRONIA ============ */ | ||
/* ========================================================= */ | /* ========================================================= */ | ||
/* | /* Forçar variável base branca no header */ | ||
.skin-vector-2022 .mw-header, | .skin-vector-2022 .mw-header, | ||
.skin-vector-2022 .vector-sticky-header { | .skin-vector-2022 .vector-sticky-header { | ||
color: #ffffff !important; | --color-base: #ffffff !important; | ||
--color-subtle: #ffffff !important; | |||
} | } | ||
/* | /* Garantir que botões não mudam a cor */ | ||
.skin-vector-2022 .mw-header .cdx-button, | .skin-vector-2022 .mw-header .cdx-button, | ||
.skin-vector-2022 .vector-sticky-header .cdx-button { | .skin-vector-2022 .vector-sticky-header .cdx-button { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* Hover | /* Hover não altera a cor */ | ||
.skin-vector-2022 .mw-header .cdx-button:hover, | .skin-vector-2022 .mw-header .cdx-button:hover, | ||
.skin-vector-2022 .vector-sticky-header .cdx-button:hover { | .skin-vector-2022 .vector-sticky-header .cdx-button:hover { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||