|
|
| Line 1: |
Line 1: |
| /* FORÇAR PRETO ABSOLUTO VIA BRIGHTNESS */
| |
| #ca-watch .vector-icon,
| |
| #ca-unwatch .vector-icon,
| |
| .mw-watchlink .vector-icon {
| |
| filter: brightness(0) !important; /* Força qualquer cor a virar preto */
| |
| -webkit-filter: brightness(0) !important;
| |
| opacity: 1 !important;
| |
| background-image: none !important; /* Remove fundos que possam estar por cima */
| |
| }
| |
|
| |
| /* Garante que no hover ele continua preto (ou mude para branco se preferir) */
| |
| #ca-watch:hover .vector-icon,
| |
| #ca-unwatch:hover .vector-icon {
| |
| filter: brightness(0) !important;
| |
| }
| |
|
| |
|
|
| |
|