Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2019-05-29 16:35:42 +02:00
parent d8017bf3c0
commit 016ced997a
1 changed files with 11 additions and 2 deletions

View File

@ -604,7 +604,8 @@ input:disabled {
z-index: 100 !important;
}
.titleBar-AC4pGV:after {
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after,
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC:after {
content: "";
pointer-events: none !important;
position: absolute;
@ -612,9 +613,17 @@ input:disabled {
top: 0;
left: 0;
width: 100%;
height: 22px;
background: rgba(var(--vtransparencycolor),calc((var(--vtransparencyalpha) * 3) + var(--vguildchanneltransparency))) !important;
}
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after {
height: 22px;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC:after {
height: 32px;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP.typeMacOSWithFrame-3R_i5S .macButtons-2MuSAC:after {
height: 30px;
}
.chat-3bRxxu form {
box-shadow: 0 -1px 0 rgba(var(--vtransparencycolor),.3) !important;