MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Lupa Principal e Sticky */ | |||
.vector-search-toggle.cdx-button, | |||
.cdx-search-input__end-button.cdx-button { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M12.2 13.6a7 7 0 1 1 1.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1 0 10 0A5 5 0 0 0 3 8z'/%3E%3C/svg%3E") !important; | |||
background-repeat: no-repeat !important; | |||
background-position: center !important; | |||
background-size: 20px !important; | |||
mask-image: none !important; /* CRUCIAL: Remove a máscara nativa */ | |||
-webkit-mask-image: none !important; | |||
} | |||
/* Ajuste para a lupa da Sticky Bar (fundo branco precisa de lupa escura) */ | |||
.vector-sticky-header .cdx-search-input__end-button.cdx-button { | |||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%231B2826' d='M12.2 13.6a7 7 0 1 1 1.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1 0 10 0A5 5 0 0 0 3 8z'/%3E%3C/svg%3E") !important; | |||
} | |||
/**********************************************************/ | /**********************************************************/ | ||