Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* ===== ATRONIA Search Clean & Stable ===== */
/* ===== ATRONIA Search Final Stable Version ===== */


#p-search .cdx-search-input {
#p-search .cdx-search-input {
     border-radius: 14px;
    height: 40px;                    /* altura fixa */
     border-radius: 20px;
     overflow: hidden;
     overflow: hidden;
     border: 1px solid #dcdcdc;
     border: 1px solid #dcdcdc;
     background: #ffffff;
     background: #ffffff;
     transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: none !important;
    outline: none !important;
     transition: none !important;      /* evita animação que causa "salto" */
}
 
#p-search .cdx-search-input:focus-within {
    border: 1px solid #dcdcdc !important;
    box-shadow: none !important;
    outline: none !important;
}
}


/* remove estilos internos que causam "salto" */
/* input interno */
#p-search .cdx-text-input__input {
#p-search .cdx-text-input__input {
    height: 100%;
     border: none !important;
     border: none !important;
     background: transparent !important;
     background: transparent !important;
     box-shadow: none !important;
     box-shadow: none !important;
    outline: none !important;
}
}


/* BOTÃO SEARCH */
/* botão */
#p-search .cdx-button {
#p-search .cdx-button {
    height: 100%;
     background: #ffffff;
     background: #ffffff;
     color: #1B2826;
     color: #1B2826;
Line 25: Line 37:
}
}


/* hover legível */
#p-search .cdx-button:hover {
#p-search .cdx-button:hover {
     background: #92ff00;
     background: #92ff00;