|
|
| (10 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 */ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| /* Remove o fundo e a borda do botão de busca no mobile */
| |
| .vector-header-end #p-search .cdx-button.cdx-button--fake-button {
| |
| background-color: transparent !important;
| |
| background: transparent !important;
| |
| border: none !important;
| |
| box-shadow: none !important;
| |
| }
| |
|
| |
| /* Garante que o ícone da lupa fique visível (branco ou verde) */
| |
| .vector-header-end #p-search .vector-icon {
| |
| 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;
| |
| }
| |