Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* ===== ATRONIA Search – Stable & Clean ===== */
/* Container principal */
#p-search .cdx-search-input {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    box-shadow: none;
    transition: none; /* evita animação */
}
/* Impede crescimento no focus */
#p-search .cdx-search-input:focus-within {
    border-width: 1px !important;
    border-color: #dcdcdc !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Input interno */
#p-search .cdx-text-input__input {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Remove qualquer glow interno no focus */
#p-search .cdx-text-input__input:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* Botão */
#p-search .cdx-button {
    background: #ffffff;
    color: #1B2826;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    transition: background 0.2s ease, color 0.2s ease;
}
/* Hover legível */
#p-search .cdx-button:hover {
    background: #92ff00;
    color: #1B2826;
}
/* Garante box model estável */
#p-search .cdx-search-input,
#p-search .cdx-text-input__input,
#p-search .cdx-button {
    box-sizing: border-box !important;
}
/* ===== ATRONIA Search – Hard Stabilization Fix ===== */
/* Força altura fixa no input real */
#p-search .cdx-text-input__input {
    height: 32px !important;
    line-height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Mantém igual mesmo quando tem valor */
#p-search .cdx-text-input__input--has-value {
    height: 32px !important;
    line-height: 32px !important;
}
/* Garante que o wrapper não altera */
#p-search .cdx-search-input {
    min-height: 32px !important;
}
/* ===== ATRONIA Search – Hard Stabilization Fix ===== */
/* Força altura fixa no input real */
#p-search .cdx-text-input__input {
    height: 32px !important;
    line-height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Mantém igual mesmo quando tem valor */
#p-search .cdx-text-input__input--has-value {
    height: 32px !important;
    line-height: 32px !important;
}
/* Garante que o wrapper não altera */
#p-search .cdx-search-input {
    min-height: 32px !important;
}
/* ===== ATRONIA Search – Hard Stabilization Fix ===== */
/* Força altura fixa no input real */
#p-search .cdx-text-input__input {
    height: 32px !important;
    line-height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Mantém igual mesmo quando tem valor */
#p-search .cdx-text-input__input--has-value {
    height: 32px !important;
    line-height: 32px !important;
}
/* Garante que o wrapper não altera */
#p-search .cdx-search-input {
    min-height: 32px !important;
}


/* ========================================================= */
/* ========================================================= */