Update BasicBackground.css
This commit is contained in:
parent
cd581070cb
commit
140effdb40
|
@ -180,6 +180,7 @@ html {
|
||||||
18. WARNINGPOPOUT
|
18. WARNINGPOPOUT
|
||||||
19. ACTIVETHREADLISTPOPOUT
|
19. ACTIVETHREADLISTPOPOUT
|
||||||
20. ROLEMEMBERSPOPOUT
|
20. ROLEMEMBERSPOPOUT
|
||||||
|
21. FORUMFILTERPOPOUT
|
||||||
15. GENERAL
|
15. GENERAL
|
||||||
1. TEXT
|
1. TEXT
|
||||||
2. BUTTONS
|
2. BUTTONS
|
||||||
|
@ -5939,6 +5940,38 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
|
||||||
backdrop-filter: blur(var(--popoutblur));
|
backdrop-filter: blur(var(--popoutblur));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ---- 14.21. FORUMFILTERPOPOUT ---- */
|
||||||
|
|
||||||
|
#app-mount .container-3kfp0r { /* popout */
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 0 0 1px rgba(var(--transparencycolor), .3), 0 2px 10px 0 rgba(var(--transparencycolor), .3);
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.container-3kfp0r::before,
|
||||||
|
.container-3kfp0r::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
width: unset;
|
||||||
|
height: unset;
|
||||||
|
border-radius: 5px;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.container-3kfp0r::before {
|
||||||
|
background: var(--popout) var(--popoutposition)/var(--popoutsize);
|
||||||
|
background-attachment: fixed;
|
||||||
|
}
|
||||||
|
.container-3kfp0r::after {
|
||||||
|
background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.25));
|
||||||
|
backdrop-filter: blur(var(--popoutblur));
|
||||||
|
}
|
||||||
|
|
||||||
/* ~~~~ 15. GENERAL ~~~~ */
|
/* ~~~~ 15. GENERAL ~~~~ */
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|
Loading…
Reference in New Issue