Update BasicBackground.css
This commit is contained in:
parent
048a5bdfbe
commit
14aa7fc100
|
@ -250,10 +250,23 @@ body::before {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: var(--vpopout) var(--vpopoutposition)/var(--vpopoutsize);
|
background: var(--vbackground) var(--vbackgroundposition)/var(--vbackgroundsize);
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
filter: blur(var(--vpopoutblur));
|
filter: blur(var(--vbackgroundblur));
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.layer-3QrUeG ~ .layer-3QrUeG::after,
|
||||||
|
.root-3R2ngo::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: rgba(var(--vtransparencycolor), var(--vtransparencyalpha));
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
#ace_settingsmenu_container,
|
#ace_settingsmenu_container,
|
||||||
.uploadArea-3QgLtW,
|
.uploadArea-3QgLtW,
|
||||||
|
|
Loading…
Reference in New Issue