MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Forçar cor preta na estrela da barra de navegação superior */ | ||
#p-views .mw-watchlink .vector-icon { | #p-views .mw-watchlink .vector-icon { | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #000000 !important; | |||
filter: none !important; | filter: none !important; | ||
opacity: 1 !important; | opacity: 1 !important; | ||
-webkit-mask-image: var(--mask-image) !important; | |||
mask-image: var(--mask-image) !important; | |||
} | |||
/* Manter preto mesmo durante a animação ou hover */ | |||
#p-views .mw-watchlink:hover .vector-icon, | |||
#p-views .mw-watchlink .vector-icon:active { | |||
background-color: #000000 !important; | |||
} | } | ||