MediaWiki:Mobile.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 74: | Line 74: | ||
/* Remove o fundo | /* Remove o fundo e a borda do botão de busca no mobile */ | ||
#p-search .cdx-button { | .vector-header-end #p-search .cdx-button.cdx-button--fake-button { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
background: transparent !important; | |||
border: none !important; | border: none !important; | ||
box-shadow: none !important; | |||
} | } | ||
/* Garante que o ícone da lupa | /* Garante que o ícone da lupa fique visível (branco ou verde) */ | ||
#p-search .vector-icon { | .vector-header-end #p-search .vector-icon { | ||
color: #ccff00 !important; /* | color: #ccff00 !important; /* Verde ATRONIA */ | ||
} | |||
/* Remove o efeito de fundo quando clicas no botão (active/hover) */ | |||
.vector-header-end #p-search .cdx-button:hover, | |||
.vector-header-end #p-search .cdx-button:active, | |||
.vector-header-end #p-search .cdx-button:focus { | |||
background-color: transparent !important; | |||
color: #ffffff !important; | |||
} | } | ||