This commit is contained in:
Mirco Wittrien 2019-02-25 08:39:51 +01:00
parent 205def7414
commit acf9ae9eff
2 changed files with 4 additions and 1 deletions

View File

@ -1424,6 +1424,9 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
.emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ {
background: rgba(var(--vtransparencycolor),0.6) !important;
}
.emojiPicker-3m1S-j .premiumPromo-yVfLiA {
background: rgba(var(--vtransparencycolor),0.95) !important;
}
.emojiPicker-3m1S-j .popout-2nUePc {
border-color: rgb(var(--vaccentcolor)) !important;
background: rgba(var(--vtransparencycolor),0.8) !important;

View File

@ -143,7 +143,7 @@
background-color: #2F3136;
}
#app-mount .premiumPromo-yVfLiA {
background-color: rgba(47,49,54,0.95) !important;
background-color: rgba(47,49,54,0.95);
}
#app-mount #bda-qem button:hover {
background-color: #36393F;