MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* Forçar ícones brancos em botões com fundo escuro (Atronia Style) */ | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon { | |||
filter: brightness(0) invert(1) !important; | |||
} | |||
/* Caso o botão tenha um indicador (setinha de dropdown), também fica branco */ | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { | |||
filter: brightness(0) invert(1) !important; | |||
} | |||
/* Cor do texto apenas para botões com fundo escuro (framed) */ | /* Cor do texto apenas para botões com fundo escuro (framed) */ | ||
.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { | .oo-ui-buttonElement-framed > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { | ||