MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 959: | Line 959: | ||
margin-right: 20px; | margin-right: 20px; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
/* Corrigir ícones da Navbar (Watchlist, Menus, etc) */ | |||
.mw-header .mw-ui-icon, | |||
.mw-header .vector-icon, | |||
.vector-user-links-main .mw-ui-icon { | |||
/* Remove o fundo branco que está a tapar o ícone */ | |||
background-color: transparent !important; | |||
/* Garante que o ícone em si brilha a branco sobre o fundo escuro */ | |||
filter: brightness(0) invert(1) !important; | |||
} | |||
/* Se o ícone da Watchlist especificamente ainda estiver teimoso */ | |||
span.mw-ui-icon-watchlist { | |||
background-color: transparent !important; | |||
} | } | ||