From f4b29725cebc98b1f092ef2d6cdb69d2c215ab55 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 1 Mar 2022 21:47:20 +0100 Subject: [PATCH] stuff --- Themes/BasicBackground/BasicBackground.css | 18 +++++++++--------- Themes/BlurpleRecolor/BlurpleRecolor.css | 16 ++++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 2daee01595..57cecc5043 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -1536,11 +1536,11 @@ body::after { filter: drop-shadow(1px 1px var(--textshadow)); } -#app-mount .searchSuggestion-1dxIOj:hover { /* gifpicker suggestions */ +#app-mount .searchSuggestion-2Dgyvo:hover { /* gifpicker suggestions */ text-shadow: 1px 1px var(--textshadow); } -#app-mount .placeholder-2Mfkde { /* gifpicker result placeholder */ +#app-mount .placeholder-T1Tuu8 { /* gifpicker result placeholder */ background-color: rgba(var(--transparencycolor), .3); } @@ -2292,14 +2292,14 @@ body::after { } .accountProfileCard-lbN7n-, /* accountsettings container */ -.profileBannerPreview-3_l0Wd { /* accountsettings preview */ +.profileBannerPreview-3mLIdO { /* accountsettings preview */ background: transparent; box-shadow: 0 0 0 1px rgba(var(--transparencycolor), .3), 0 2px 10px 0 rgba(var(--transparencycolor), .3); } .accountProfileCard-lbN7n-::before, -.profileBannerPreview-3_l0Wd::before, +.profileBannerPreview-3mLIdO::before, .accountProfileCard-lbN7n-::after, -.profileBannerPreview-3_l0Wd::after { +.profileBannerPreview-3mLIdO::after { content: ""; position: absolute; top: 0; @@ -2313,12 +2313,12 @@ body::after { z-index: -1; } .accountProfileCard-lbN7n-::before, -.profileBannerPreview-3_l0Wd::before { +.profileBannerPreview-3mLIdO::before { background: var(--popout) var(--popoutposition)/var(--popoutsize); background-attachment: fixed; } .accountProfileCard-lbN7n-::after, -.profileBannerPreview-3_l0Wd::after { +.profileBannerPreview-3mLIdO::after { background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.25)); backdrop-filter: blur(var(--popoutblur)); } @@ -2326,7 +2326,7 @@ body::after { background-color: transparent; border-color: transparent; } -.profileBannerPreview-3_l0Wd .avatarUploaderInner-Oiob_P { /* accountsettings preview avatar */ +.profileBannerPreview-3mLIdO .avatarUploaderInner-p38nm2 { /* accountsettings preview avatar */ background-color: transparent; border: unset; margin: 6px; @@ -2334,7 +2334,7 @@ body::after { .accountProfileCard-lbN7n- .banner-1YaD3N { /* accountsettings container banner */ -webkit-mask: url('data:image/svg+xml; utf8, ') bottom left no-repeat; } -.profileBannerPreview-3_l0Wd .banner-hcPdsd { /* accountsettings preview banner */ +.profileBannerPreview-3mLIdO .banner-3D8GgT { /* accountsettings preview banner */ -webkit-mask: url('data:image/svg+xml; utf8, ') bottom left no-repeat; } .questionMark-3V9mGJ svg { /* accountsettings questionmark new */ diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index 63779b29be..723a4c0270 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -476,25 +476,25 @@ background-color: rgb(var(--accentcolor)) !important; } -#app-mount .searchSuggestion-1dxIOj:hover { /* gifpicker suggestions */ +#app-mount .searchSuggestion-2Dgyvo:hover { /* gifpicker suggestions */ border-color: rgb(var(--accentcolor)); background-color: rgb(var(--accentcolor)); } -.result-3OpoO7[style*="background-color"] { /* gifpicker result loading */ +.result-pzZrwj[style*="background-color"] { /* gifpicker result loading */ background-color: rgb(var(--accentcolor)) !important; } -.result-3OpoO7[style*="background-color: rgb(146, 154, 250)"] { +.result-pzZrwj[style*="background-color: hsl(228,"] { background: var(--accentcolor-hover) !important; } -.result-3OpoO7[style*="background-color: rgb(179, 174, 255)"] { +.result-pzZrwj[style*="background-color: hsl(244,"] { background: var(--accentcolor-active) !important; } -.theme-light .focused-q9B2e4::after, /* gifpicker result hover */ -.theme-light .result-3OpoO7:hover::after { +.theme-light .focused-16Owih::after, /* gifpicker result hover */ +.theme-light .result-pzZrwj:hover::after { box-shadow: inset 0 0 0 2px rgb(var(--accentcolor)), inset 0 0 0 3px #dcddde; } -.theme-dark .focused-q9B2e4::after, /* gifpicker result hover */ -.theme-dark .result-3OpoO7:hover::after { +.theme-dark .focused-16Owih::after, /* gifpicker result hover */ +.theme-dark .result-pzZrwj:hover::after { box-shadow: inset 0 0 0 2px rgb(var(--accentcolor)), inset 0 0 0 3px #2f3136; } #app-mount .categoryFadeBlurple-1HuV1x { /* gifpicker categoryfade */