MediaWiki:Vector-2022.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
.skin-vector-2022 .vector-pinnable-header-pin-button, | .skin-vector-2022 .vector-pinnable-header-pin-button, | ||
.skin-vector-2022 .vector-pinnable-header-unpin-button { display: none !important; } | .skin-vector-2022 .vector-pinnable-header-unpin-button { display: none !important; } | ||
/* ===== 4. Search field styling (rounded pill look) ===== */ | |||
.vector-header-end .cdx-text-input, | |||
#vector-sticky-header .cdx-text-input { | |||
border-radius: 14px !important; | |||
border: 1px solid black !important; | |||
box-shadow: none !important; | |||
background-color: #fff; | |||
} | |||
.vector-header-end .cdx-text-input__input, | |||
#vector-sticky-header .cdx-text-input__input { | |||
border-radius: 14px !important; | |||
border: 0 !important; | |||
} | |||
.cdx-search-input--has-end-button { | |||
border: 0px; | |||
background: transparent; | |||
display; flex; | |||
gap: 7px; | |||
} | |||
.cdx-button.cdx-search-input__end-button{ | |||
border-radius: 14px !important; | |||
border: 1px solid #35a2c9 !important; | |||
} | |||