Skip to content

Commit

Permalink
Update transparent-popups.css
Browse files Browse the repository at this point in the history
  • Loading branch information
s-k-y-l-i authored Apr 4, 2024
1 parent 4555f84 commit 4bd4e7e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Theme code/transparent-popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
.customColorPicker_bbc020, .root_a28985:has(>div>div>form>.header__5e5a6),
.prompt__671aa, .vc-notification, .guildPopout_df13cd,
:not(.contentWrapper_e0bb2c)>#emoji-picker-tab-panel,
.selectFilterPopout_ef1367, .container__79284 {
.selectFilterPopout_ef1367, .container__79284,
.root_a28985:has(>.content__73b77) {
background: transparent!important;
backdrop-filter: blur(var(--blur-popup));
}
Expand Down Expand Up @@ -170,7 +171,9 @@
.recentMentionsPopout__40c54::after,
.root_a28985:has(>div>.connectionsContainer__52d37)::after,
.popout_a6e77f::after, .customColorPicker_bbc020::after,
.root_a28985:has(>div>div>form>.header__5e5a6)::after, .vc-notification::after, .guildPopout_df13cd::after {
.root_a28985:has(>div>div>form>.header__5e5a6)::after,
.vc-notification::after, .guildPopout_df13cd::after,
.root_a28985:has(>.content__73b77)::after {
content: "";
top: 0;
left: 0;
Expand Down Expand Up @@ -457,10 +460,10 @@ form.form__7ab21 {
}

/*inner boxes*/
.theme-dark .perks__63e5a, .theme-dark .benefit_a3ea9e {
.theme-dark .perks__63e5a, .theme-dark .benefit_a3ea9e, .theme-dark .calloutContainer__941c0 {
background: rgba(0, 0, 0, var(--opacity-popup-inner))!important;
}
.theme-light .perks__63e5a, .theme-light .benefit_a3ea9e {
.theme-light .perks__63e5a, .theme-light .benefit_a3ea9e, .theme-light .calloutContainer__941c0 {
background: rgba(255, 255, 255, var(--opacity-popup-inner))!important;
}

Expand Down

0 comments on commit 4bd4e7e

Please sign in to comment.