MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 478:
.header-container .navigation-drawer { display: none !important; }
/* ---
.branding-box,
#searchIcon,
#cps-open-toc,
body.mw-mf-search-mode .minerva-header .search-box input {
/*
background-color: rgba(
/*
/* 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 */
▲ box-shadow: none !important;
▲ backdrop-filter: none !important;
border-radius:
pointer-events: auto !important;
box-sizing: border-box !important;
width: 44px !important;
Line 503 ⟶ 509:
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;
}
| |||