MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* ===== ATRONIA Search | /* ===== ATRONIA Search Final Stable Version ===== */ | ||
#p-search .cdx-search-input { | #p-search .cdx-search-input { | ||
border-radius: | height: 40px; /* altura fixa */ | ||
border-radius: 20px; | |||
overflow: hidden; | overflow: hidden; | ||
border: 1px solid #dcdcdc; | border: 1px solid #dcdcdc; | ||
background: #ffffff; | background: #ffffff; | ||
transition: | 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; | |||
} | } | ||
/* | /* 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 */ | ||
#p-search .cdx-button { | #p-search .cdx-button { | ||
height: 100%; | |||
background: #ffffff; | background: #ffffff; | ||
color: #1B2826; | color: #1B2826; | ||
| Line 25: | Line 37: | ||
} | } | ||
#p-search .cdx-button:hover { | #p-search .cdx-button:hover { | ||
background: #92ff00; | background: #92ff00; | ||