Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2019-05-07 15:38:24 +02:00
parent b9c3f5fbcf
commit 18cf03b800
1 changed files with 8 additions and 4 deletions

View File

@ -2349,12 +2349,16 @@ html, span:not(.spinner-item) {
}
/* displayserveraschannels */
.DSAC-styled .container-2td-dC.selected-nT-gM3 {
.DSAC-styled .wrapper-1Rf91z .listItem-2P_4kh .blobContainer-239gwq .wrapper-25eVIn:hover {
background-color: rgba(var(--vtransparencycolor),calc(var(--vtransparencyalpha) * 3)) !important;
}
.DSAC-styled .wrapper-1Rf91z .listItem-2P_4kh.DSAC-selected .wrapper-25eVIn,
.DSAC-styled .wrapper-1Rf91z .listItem-2P_4kh.DSAC-selected .wrapper-25eVIn:hover {
background-color: rgb(var(--vaccentcolor)) !important;
}
.DSAC-styled .container-2td-dC:not(.selected-nT-gM3):hover {
opacity: 1 !important;
background-color: rgba(var(--vtransparencycolor),calc(var(--vtransparencyalpha) * 3)) !important;
.DSAC-styled .wrapper-1Rf91z .listItem-2P_4kh.DSAC-selected .wrapper-25eVIn path[fill="#7289da"] {
stroke: black;
stroke-width: 0.5px;
}
/* betterformattingredux */