Update BasicBackground.css
This commit is contained in:
parent
f0ae6a8a21
commit
13d1ab2fd6
|
@ -3279,7 +3279,8 @@ button.button__4f306.enabled__470f0:hover svg {
|
|||
}
|
||||
|
||||
#app-mount .root_a28985:not(.noBackground_ebd8f7), /* modal container (foldersettings) */
|
||||
#app-mount .modal__060da { /* modal container */
|
||||
#app-mount .modal__060da, /* modal container */
|
||||
#app-mount .bd-modal-root { /* modal bd modal */
|
||||
background-color: transparent;
|
||||
box-shadow: 0 0 0 1px rgba(var(--transparencycolor_v), .3), 0 2px 10px 0 rgba(var(--transparencycolor_v), .3);
|
||||
position: relative;
|
||||
|
@ -3295,8 +3296,10 @@ button.button__4f306.enabled__470f0:hover svg {
|
|||
}
|
||||
.root_a28985::before,
|
||||
.modal__060da::before,
|
||||
.bd-modal-root::before,
|
||||
.root_a28985::after,
|
||||
.modal__060da::after {
|
||||
.modal__060da::after,
|
||||
.bd-modal-root::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -3310,12 +3313,14 @@ button.button__4f306.enabled__470f0:hover svg {
|
|||
z-index: -1;
|
||||
}
|
||||
.root_a28985::before,
|
||||
.modal__060da::before {
|
||||
.modal__060da::before,
|
||||
.bd-modal-root::before {
|
||||
background: var(--popout_v) var(--popoutposition_v)/var(--popoutsize_v);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
.root_a28985::after,
|
||||
.modal__060da::after {
|
||||
.modal__060da::after,
|
||||
.bd-modal-root::after {
|
||||
background-color: rgba(var(--transparencycolor_v), calc(var(--transparencyalpha_v) + 0.2));
|
||||
backdrop-filter: blur(var(--popoutblur_v));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue