MediaWiki:Vector-2022.css: Difference between revisions
m top blur - removing from css |
navbar - fixing |
||
| Line 35: | Line 35: | ||
} | } | ||
/*. | /* defined and adjusted in vector-2022.js */ | ||
.custom-header-container-overlay { | |||
width: 100%; | width: 100%; | ||
pointer-events:none; | pointer-events:none; | ||
backdrop-filter:blur(5px); | backdrop-filter:blur(5px); | ||
} | } | ||
| Line 65: | Line 64: | ||
body.skin-vector-2022 .vector-sticky-header-container {background-color:transparent} | body.skin-vector-2022 .vector-sticky-header-container {background-color:transparent} | ||
/* defined and adjusted in vector-2022.js */ | |||
.custom-bg-overlay { | .custom-bg-overlay { | ||
position: absolute; | position: absolute; | ||