From 4834041769026a740ac7f2d55e900f4773aae010 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 1 Apr 2021 19:27:15 +0200 Subject: [PATCH] stuff --- Library/_res/BDFDB.data.json | 4 ++-- Themes/BasicBackground/BasicBackground.css | 22 +++++++++++----------- Themes/DiscordRecolor/DiscordRecolor.css | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 8e87bdd3e8..7eba83c027 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -1015,7 +1015,7 @@ "Autocomplete": {"props": ["autocomplete", "autocompleteRow"]}, "Avatar": {"props": ["avatar", "mask", "wrapper"]}, "AvatarIcon": {"props": ["iconActiveLarge", "iconActiveMedium"]}, - "Backdrop": {"props": ["backdrop", "backdropWithLayer"]}, + "Backdrop": {"props": ["backdrop", "withLayer"]}, "Badge": {"props": ["numberBadge", "textBadge", "iconBadge"]}, "BotTag": {"props": ["botTag", "botTagInvert"]}, "Button": {"props": ["colorBlack", "button"]}, @@ -1495,7 +1495,7 @@ "avatarpointerevents": ["Avatar", "pointerEvents"], "avatarwrapper": ["Avatar", "wrapper"], "backdrop": ["Backdrop", "backdrop"], - "backdropwithlayer": ["Backdrop", "backdropWithLayer"], + "backdropwithlayer": ["Backdrop", "withLayer"], "badgebase": ["Badge", "base"], "badgeicon": ["Badge", "icon"], "badgeiconbadge": ["Badge", "iconBadge"], diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 179cb01ad1..f18262adf8 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -245,14 +245,14 @@ body::before { } #ace_settingsmenu_container, .uploadArea-3QgLtW, -.backdropWithLayer-3_uhz4, +.backdrop-29yll0, .backdrop-1wrmKB { background: var(--vbackdrop) var(--vbackdropposition)/var(--vbackdropsize) !important; filter: blur(var(--vbackdropblur)); opacity: 1; animation: none; } -.backdropWithLayer-3_uhz4 { +.withLayer-RoELSG { z-index: -1; } @@ -3358,39 +3358,39 @@ body::before { /* ~~~~ 13. MODALS ~~~~ */ .layer-2KE1M9:nth-child(1), -.backdropWithLayer-3_uhz4:nth-child(1) { +.withLayer-RoELSG:nth-child(1) { z-index: 1002; } .layer-2KE1M9:nth-child(2), -.backdropWithLayer-3_uhz4:nth-child(2) { +.withLayer-RoELSG:nth-child(2) { z-index: 1003; } .layer-2KE1M9:nth-child(3), -.backdropWithLayer-3_uhz4:nth-child(3) { +.withLayer-RoELSG:nth-child(3) { z-index: 1004; } .layer-2KE1M9:nth-child(4), -.backdropWithLayer-3_uhz4:nth-child(4) { +.withLayer-RoELSG:nth-child(4) { z-index: 1005; } .layer-2KE1M9:nth-child(5), -.backdropWithLayer-3_uhz4:nth-child(5) { +.withLayer-RoELSG:nth-child(5) { z-index: 1006; } .layer-2KE1M9:nth-child(6), -.backdropWithLayer-3_uhz4:nth-child(6) { +.withLayer-RoELSG:nth-child(6) { z-index: 1007; } .layer-2KE1M9:nth-child(7), -.backdropWithLayer-3_uhz4:nth-child(7) { +.withLayer-RoELSG:nth-child(7) { z-index: 1008; } .layer-2KE1M9:nth-child(8), -.backdropWithLayer-3_uhz4:nth-child(8) { +.withLayer-RoELSG:nth-child(8) { z-index: 1009; } .layer-2KE1M9:nth-child(9), -.backdropWithLayer-3_uhz4:nth-child(9) { +.withLayer-RoELSG:nth-child(9) { z-index: 1010; } diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index e5fd366c9e..86952763bf 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -2523,8 +2523,8 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] { color: var(--header-secondary); } -#app-mount .backdrop-1wrmKB, -#app-mount .backdropWithLayer-3_uhz4 { +#app-mount .backdrop-29yll0, +#app-mount .backdrop-1wrmKB { background-color: rgb(0, 0, 0) !important; }