Update BasicBackground.css
This commit is contained in:
parent
99137c5278
commit
aa78d8b618
|
@ -5176,7 +5176,7 @@ body:before {
|
|||
|
||||
/* ---- 14.11. EMOJIINFO ---- */
|
||||
|
||||
#app-mount .container-ZRw2kD { /* popout wrapper */
|
||||
#app-mount .popoutContainer-1MXdqN { /* popout wrapper */
|
||||
background-color: transparent;
|
||||
box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3);
|
||||
border: none;
|
||||
|
@ -5184,8 +5184,8 @@ body:before {
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.container-ZRw2kD:after,
|
||||
.container-ZRw2kD:before {
|
||||
.popoutContainer-1MXdqN:after,
|
||||
.popoutContainer-1MXdqN:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -5197,10 +5197,10 @@ body:before {
|
|||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.container-ZRw2kD:after {
|
||||
.popoutContainer-1MXdqN:after {
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.2));
|
||||
}
|
||||
.container-ZRw2kD:before {
|
||||
.popoutContainer-1MXdqN:before {
|
||||
background: var(--vpopout) center/var(--vpopoutsize);
|
||||
filter: blur(var(--vpopoutblur));
|
||||
background-attachment: fixed;
|
||||
|
|
Loading…
Reference in New Issue