From 1b0bf47c2cd043ebbe38d0fd6842082d5f8c5c06 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sat, 4 Jun 2022 12:05:44 -0500 Subject: [PATCH] Proper fixes for blurring pop-out menus Thank you Davri#0015/Cynthia for your help ^_^ --- surCord.theme.css | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/surCord.theme.css b/surCord.theme.css index 6743c48..7a7a611 100644 --- a/surCord.theme.css +++ b/surCord.theme.css @@ -65,7 +65,7 @@ display:none; } -/* Powercord Theme Toggler and Plugins Products */ +/* Compact Powercord Theme Toggler and Plugins Products */ .powercord-product { padding: 9px; margin-bottom: 13px; @@ -149,7 +149,7 @@ display:none; .guilds-2JjMmN .scroller-3X7KbA, .wrapper-1_HaEi { background-color: rgb(42, 40, 44); } - .platform-osx .unreadMentionsIndicatorTop-2bTgUU .unreadMentionsBar-ZXXoOH { + .platform-osx .unreadMentionsIndicatorTop-2bTgUU .unreadMentionsBar-ZXXoOH, .unreadMentionsIndicatorBottom-3RJMnQ .unreadMentionsBar-ZXXoOH{ background: linear-gradient(rgb(44, 192, 90), rgb(45, 179, 87)) ; } .expandedFolderBackground-1kSAf6 { @@ -409,28 +409,33 @@ display:none; background: rgba(0, 0, 0, 0.933); } -/* Context Menu */ -.scroller-1bVxF5 { - background: rgba(41, 38, 39, 0.276); - box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); - backdrop-filter: blur(20px); - border: 1px solid rgb(78, 78, 81); - border-radius: 5px; -} +/* Context & Status Menus */ +.menu-1QACrS { + background: none; + } + .menu-1QACrS::after { + content: ''; + position: absolute; + inset: 0; + z-index: -1; + border-radius: inherit; + background: rgba(0, 0, 0, 0.436); + backdrop-filter: blur(10px); + box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); + border: 1px solid rgb(78, 78, 81); + border-radius: 5px; + } + +/* Hovering over Menus */ .colorDefault-CDqZdO:hover { background: rgba(26, 127, 251, 0.612) !important; border-radius: 4px; -} -.styleFlexible-x0_sIC { - background: rgba(0, 0, 0, 0.436); - box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); } .label-2gNW3x { color: white; } - /*------------------* testing *-----------------*/ /* Nitro Claim a Gift, Join a Server */