MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* ===== ATRONIA Search Clean & Stable ===== */ | |||
#p-search .cdx-search-input { | |||
border-radius: 14px; | |||
overflow: hidden; | |||
border: 1px solid #dcdcdc; | |||
background: #ffffff; | |||
transition: border-color 0.2s ease, box-shadow 0.2s ease; | |||
} | |||
/* remove estilos internos que causam "salto" */ | |||
#p-search .cdx-text-input__input { | |||
border: none !important; | |||
background: transparent !important; | |||
box-shadow: none !important; | |||
} | |||
/* BOTÃO SEARCH */ | |||
#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; | |||
} | |||