MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Muda | /* Muda apenas o ícone de vigilância (estrela) na barra superior para preto */ | ||
#p-views .mw-watchlink .vector-icon { | #p-views .mw-watchlink .vector-icon { | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||
filter: none !important; | filter: none !important; | ||
opacity: 1 !important; | |||
} | } | ||
/* Garante que o hover | /* Garante que o ícone permanece preto mesmo ao passar o rato (hover) */ | ||
#p-views .mw-watchlink:hover .vector-icon { | #p-views .mw-watchlink:hover .vector-icon { | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||