MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 232: | Line 232: | ||
/* | /* --- ATRONIA ICON REPAIR --- */ | ||
/* 1. Remove o fundo branco sólido de todos os ícones */ | |||
.skin-vector-2022 .mw-header .vector-icon, | .skin-vector-2022 .mw-header .vector-icon, | ||
.skin-vector-2022 .mw-header .mw-ui-icon, | |||
.skin-vector-2022 .vector-sticky-header .vector-icon, | .skin-vector-2022 .vector-sticky-header .vector-icon, | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | .skin-vector-2022 .vector-sticky-header .mw-ui-icon { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
/* 2. Aplica a cor BRANCA apenas ao desenho (máscara) do ícone */ | |||
.skin-vector-2022 .mw-header .vector-icon::before, | .skin-vector-2022 .mw-header .vector-icon::before, | ||
.skin-vector-2022 .mw-header .mw-ui-icon::before, | .skin-vector-2022 .mw-header .mw-ui-icon::before, | ||
| Line 245: | Line 248: | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon::before { | .skin-vector-2022 .vector-sticky-header .mw-ui-icon::before { | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
-webkit-mask-size: contain; | |||
mask-size: contain; | |||
} | } | ||
.mw-header .cdx-button { | /* 3. Garante que os botões (como a estrela e lupa) são transparentes */ | ||
.mw-header .cdx-button, | |||
.vector-sticky-header .cdx-button { | |||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||