|
.header-container .navigation-drawer { display: none !important; }
/* --- FROSTEDB. GLASSCOMMON SQUARE STYLE (Clean,0.03 Transparency Modern,for Readable#F8F9FA) --- */
.branding-box,
#searchIcon,
#cps-open-toc,
body.mw-mf-search-mode .minerva-header .search-box input {
/* 1.3% WhiteBlack with= transparency~#F8F9FA (Noton Grey)white */
background-color: rgba(2550, 2550, 2550, 0.851) !important;
/* 2.Force TheFull BlurOpacity Effect& -Strip Washes out text underneathDefaults */
-webkit-backdrop-filter: blur(12px) !important; ▼
backdrop-filter: blur(12px) !important; ▼
/* 3. Subtle Shadow for depth */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
/* 4. Dark Icon Color */
color: #202122 !important;
/* Standard Layout Rules */
opacity: 1 !important;
background-image: none !important;
-webkit-appearance: none !important;
border: none !important; /* No border needed with shadow */
▲ backdropbox- filtershadow: blur(12px)none !important;
▲ -webkit-backdrop-filter: blur(12px)none !important;
border-radius: 12px8px !important; /* Slightly rounder looks better with glass */
pointer-events: auto !important;
/* STANDARD 44px SIZING */
box-sizing: border-box !important;
width: 44px !important;
padding: 0 !important;
margin: 0 !important;
display: flex !important; align-items: center; justify-content: center;
}
/* FIX: Ensure Search Icon is Dark */
#searchIcon .minerva-icon {
filter: none !important;
fill: #202122 !important;
}
/* FIX: Ensure Home Icon is Dark */
.branding-box::after {
color: #202122 !important;
-webkit-text-stroke: 0.5px #202122 !important;
}
/* FIX: Ensure Search Input Text is Dark */
body.mw-mf-search-mode .minerva-header .search-box input {
color: #202122 !important;
-webkit-text-fill-color: #202122 !important;
}
body.mw-mf-search-mode .minerva-header .search-box input::placeholder {
color: #72777d !important;
-webkit-text-fill-color: #72777d !important;
}
|