MediaWiki:Vector-2022.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
border-radius: 11px !important; | border-radius: 11px !important; | ||
border: 1px solid #35a2c9 !important; | border: 1px solid #35a2c9 !important; | ||
} | |||
.vector-header-end .cdx-text-input:focus-within, | |||
#vector-sticky-header .cdx-text-input:focus-within { | |||
border-color: #7fb3ff !important; /* lighter or custom color */ | |||
border: 0; | |||
box-shadow: 0 0 0 3px rgba(127, 179, 255, 0.4) !important; /* soft glow */ | |||
background-color: rgba(255, 255, 255, 0.8) !important; /* optional translucent background */ | |||
} | } | ||