MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* FORÇAR VISIBILIDADE DE ÍCONES - MODO NUCLEAR */ | |||
.vector-icon, .mw-ui-icon { | |||
background-color: #ffffff !important; | |||
-webkit-mask-image: inherit !important; | |||
mask-image: inherit !important; | |||
filter: none !important; | |||
mix-blend-mode: normal !important; | |||
opacity: 1 !important; | |||
} | |||
/* Forçar os botões do cabeçalho a não esconderem o conteúdo */ | |||
.cdx-button--weight-quiet, .cdx-button--icon-only { | |||
opacity: 1 !important; | |||
} | |||