MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 746:
 
/* ======================================================= */
/* MOBILEMAKE OUTER HEADER: SHADOWTRANSPARENT (Applied to Inner Bar) */
/* This removes the duplicate white background layer */
/* ======================================================= */
.minervaheader-container.header-chrome {
background: transparent !important;
/* Remove default flat border */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)none !important;
border-bottom: none !important;
/* Add the shadow directly to the white bar */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}