|
|
| (9 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the mobile site */ | | /* All CSS here will be loaded for users of the mobile site */ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| /* Alvo específico para remover background e a borda esquerda do botão de busca */
| |
| .cdx-button.cdx-button--fake-button.cdx-button--enabled.cdx-button--weight-quiet.cdx-button--icon-only.search-toggle {
| |
| background-color: transparent !important;
| |
| background: none !important;
| |
| border-left: none !important;
| |
| border: none !important;
| |
| box-shadow: none !important;
| |
| }
| |
|
| |
| /* Garante que o ícone da lupa fique visível sobre o fundo escuro */
| |
| .cdx-button.cdx-button--fake-button.cdx-button--enabled.cdx-button--weight-quiet.cdx-button--icon-only.search-toggle .vector-icon {
| |
| color: #ccff00 !important; /* Verde ATRONIA */
| |
| }
| |
|
| |
| /* Remove a borda esquerda do container da busca que o MediaWiki adiciona no mobile */
| |
| .vector-search-box-vue {
| |
| border-left: none !important;
| |
| }
| |