|
|
| (8 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 */ |
|
| |
|
| |
|
| |
| /* Ataca pelo ID para ganhar a prioridade máxima do navegador */
| |
| #p-search .cdx-button.cdx-button--fake-button,
| |
| #p-search .cdx-button.cdx-button--fake-button:active,
| |
| #p-search .cdx-button.cdx-button--fake-button:hover,
| |
| #p-search .cdx-button.cdx-button--fake-button:focus {
| |
| background-color: transparent !important;
| |
| background: transparent !important;
| |
| border: none !important;
| |
| border-left: none !important;
| |
| box-shadow: none !important;
| |
| }
| |
|
| |
| /* Força a remoção da borda esquerda no container da lupa */
| |
| #p-search.vector-search-box-vue {
| |
| border-left: none !important;
| |
| }
| |
|
| |
| /* Garante que a lupa em si seja visível (Verde ATRONIA) */
| |
| #p-search .vector-icon {
| |
| color: #ccff00 !important;
| |
| }
| |