MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 743:
display: none !important;
}
}
/* ======================================================= */
/* MOBILE HEADER: FROSTED GLASS EFFECT */
/* ======================================================= */
.header-container.header-chrome {
/* 85% opacity white background */
background-color: rgba(255, 255, 255, 0.85) !important;
/* The blur effect for content scrolling behind it */
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
/* A very subtle border to define the edge */
border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
/* Remove default shadow if present to keep it flat */
box-shadow: none !important;
}
| |||