ClearVision / ClearVision-v5

Automatically updating, easily customizable Theme for Discord.
https://clearvision.gitlab.io
Apache License 2.0
145 stars 441 forks source link

Settings background not transparent #90

Closed maam27 closed 5 years ago

maam27 commented 6 years ago

After the most recent discord update (the one that required a reinstall of better discord bandaged) the background of the settings panel is no longer transparent. This appears in the settings as well as server settings.

I solved this issue by adding a new theme that added the following css lines as a quick fix.

.contentRegionScroller-26nc1e,
.theme-dark .da-sidebarRegion,
.theme-dark .da-contentRegion,
.theme-dark .da-standardSidebarView,
.theme-light .da-sidebarRegion,
.theme-light .da-contentRegion,
.theme-light .da-standardSidebarView{
    background-color:transparent;
}
AutumnClove commented 6 years ago

Redundant, having two classes when we can just [class*="theme-"]

Yohji52 commented 6 years ago

Works, thanks!

noblereign commented 6 years ago

Thanks 👌

noblereign commented 6 years ago

Thanks 👌

AztralMenu commented 6 years ago

did not work :l