MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 711: | Line 711: | ||
/* | /* --- ATRONIA: Ícones brancos FORÇADOS (Codex + OOUI) --- */ | ||
/* | /* 1. Atacar ícones do Codex (Header e Sticky Header) */ | ||
.skin-vector-2022 .vector-icon, | |||
.skin-vector-2022 .mw-ui-icon, | |||
.cdx-button .vector-icon { | |||
filter: brightness(0) invert(1) !important; | |||
-webkit-filter: brightness(0) invert(1) !important; | |||
background-color: transparent !important; | |||
opacity: 1 !important; | |||
visibility: visible !important; | |||
} | |||
/* 2. O teu código para botões OOUI (Editor Visual/Antigos) */ | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled | .oo-ui-buttonElement-framed.oo-ui-widget-enabled | ||
.oo-ui-buttonElement-button | .oo-ui-buttonElement-button | ||
| Line 722: | Line 731: | ||
opacity: 1 !important; | opacity: 1 !important; | ||
} | } | ||
/* 3. Remover quadrados brancos/cinzas de fundo nos botões da header */ | |||
.cdx-button--weight-quiet.cdx-button--icon-only, | |||
.cdx-button--weight-quiet.cdx-button--icon-only:hover { | |||
background-color: transparent !important; | |||
border: none !important; | |||
} | |||
/* 4. Fix para a seta do "WikiManagement" */ | |||
.vector-dropdown-label::after { | |||
filter: brightness(0) invert(1) !important; | |||
} | |||
/* Indicadores (setas dropdown etc.) */ | /* Indicadores (setas dropdown etc.) */ | ||