MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 232: | Line 232: | ||
/* --- | /* --- FIX TOTAL DOS ÍCONES ATRONIA --- */ | ||
/* 1. Alvo: Os spans que contêm o desenho do ícone */ | |||
.skin-vector-2022 .mw-header .vector-icon, | .skin-vector-2022 .mw-header .vector-icon, | ||
.skin-vector-2022 .vector-sticky-header .vector-icon, | .skin-vector-2022 .vector-sticky-header .vector-icon, | ||
.skin-vector-2022 .mw-header .mw-ui-icon, | .skin-vector-2022 .mw-header .mw-ui-icon, | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | .skin-vector-2022 .vector-sticky-header .mw-ui-icon { | ||
/* | /* Força o branco sobrepondo o 'transparent' do sistema */ | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
/* | /* Remove qualquer inversão ou filtro que o Codex tente aplicar */ | ||
filter: | filter: none !important; | ||
/* | /* Mantém a máscara ativa e centralizada */ | ||
-webkit-mask-repeat: no-repeat !important; | |||
mask-repeat: no-repeat !important; | |||
-webkit-mask-position: center center !important; | |||
mask-position: center center !important; | |||
-webkit-mask-size: 20px 20px !important; | -webkit-mask-size: 20px 20px !important; | ||
mask-size: 20px 20px !important; | mask-size: 20px 20px !important; | ||
} | } | ||
/* | /* 2. Forçar especificamente os botões quiet (os do topo) */ | ||
.cdx-button--weight-quiet .vector-icon { | |||
background-color: #ffffff !important; | |||
color: #ffffff !important; | |||
} | |||
/* 3. Ajuste para a seta do dropdown (WikiManagement) */ | |||
.vector-dropdown-label::after { | |||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
} | } | ||