Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2019-05-29 16:54:20 +02:00
parent 58a39095df
commit 985183f458
1 changed files with 3 additions and 6 deletions

View File

@ -604,8 +604,7 @@ input:disabled {
z-index: 100 !important;
}
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after,
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC:after {
.titleBar-AC4pGV:after {
content: "";
pointer-events: none !important;
position: absolute;
@ -618,12 +617,10 @@ input:disabled {
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after {
height: 22px;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC:after {
.titleBar-AC4pGV.typeMacOS-3EmCyP:after {
height: 32px;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP {
width: 0;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP,
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
width: 72px;
}