Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2019-03-09 10:16:17 +01:00
parent dc2d19790d
commit 572afb2332
1 changed files with 4 additions and 4 deletions

View File

@ -639,17 +639,17 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
background: rgba(var(--vtransparencycolor), var(--vguildchanneltransparency)) !important;
}
.container-2Rl01u.pinnedBanner-31szAF {
.container-2Rl01u.banner-1TiK82.pinnedBanner-31szAF {
background: transparent !important;
}
.container-2Rl01u:not(.pinnedBanner-31szAF) {
.container-2Rl01u.banner-1TiK82:not(.pinnedBanner-31szAF) {
-webkit-mask: linear-gradient(rgb(24, 25, 28) 50%, rgba(47, 49, 54, 0) 100%) !important;
}
.container-2Rl01u:not(.pinnedBanner-31szAF) .header-2o-2hj {
.container-2Rl01u.banner-1TiK82:not(.pinnedBanner-31szAF) .header-2o-2hj {
bottom: unset;
box-shadow: none;
}
.container-2Rl01u.pinnedBanner-31szAF .header-2o-2hj:hover,
.container-2Rl01u.banner-1TiK82.pinnedBanner-31szAF .header-2o-2hj:hover,
.container-2Rl01u:not(.banner-1TiK82) .header-2o-2hj:hover {
background: rgba(var(--vtransparencycolor), .1) !important;
}