From 140effdb4000a71a3abeefeb121d6a8ae357bd42 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 3 Nov 2022 14:51:36 +0100 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 9eadd333c4..43d74d42a2 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -180,6 +180,7 @@ html { 18. WARNINGPOPOUT 19. ACTIVETHREADLISTPOPOUT 20. ROLEMEMBERSPOPOUT + 21. FORUMFILTERPOPOUT 15. GENERAL 1. TEXT 2. BUTTONS @@ -5939,6 +5940,38 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr 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 ~~~~ */ .highlight {