Update BasicBackground.css
This commit is contained in:
parent
9552395386
commit
e23befa181
|
@ -1509,6 +1509,18 @@ body:before {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.jumpButton-1ol35X { /* message jumpbutton */
|
||||
background-color: rgba(var(--vtransparencycolor), 0.4);
|
||||
color: rgb(var(--fontwhite2));
|
||||
}
|
||||
.jumpButton-1ol35X:hover {
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
.jumpButton-1ol35X + .jumpButton-1ol35X {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#app-mount .pagination-1m6Ll- {
|
||||
color: rgb(var(--fontwhite3));
|
||||
}
|
||||
|
@ -4682,32 +4694,17 @@ body:before {
|
|||
top: 4px;
|
||||
right: 14px;
|
||||
}
|
||||
.messageGroupWrapper-o-Zw7G:hover .actionButtons-1sUUug {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.jumpButton-1ol35X,
|
||||
.jumpButton-Ia2hRJ { /* popout jumpbutton */
|
||||
.jumpButton-3DTcS_ { /* popout jumpbutton (pins) */
|
||||
background-color: rgba(var(--vtransparencycolor), 0.4);
|
||||
color: rgb(var(--fontwhite2));
|
||||
}
|
||||
.jumpButton-1ol35X:hover,
|
||||
.jumpButton-Ia2hRJ:hover {
|
||||
.jumpButton-3DTcS_:hover {
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
.jumpButton-1ol35X + .jumpButton-1ol35X,
|
||||
.jumpButton-Ia2hRJ + .jumpButton-Ia2hRJ {
|
||||
.jumpButton-3DTcS_ + .jumpButton-3DTcS_ {
|
||||
margin-left: 2px;
|
||||
}
|
||||
.closeButton-17RIVZ { /* popout messageclosebutton */
|
||||
-webkit-mask: url(https://discordapp.com/assets/322977be43163c5e0a9d2a1108ae04c9.svg) center/16px 16px no-repeat;
|
||||
background: rgb(var(--fontwhite2));
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
.closeButton-17RIVZ:hover {
|
||||
background: rgb(var(--fontwhite1));
|
||||
}
|
||||
.messageGroupWrapper-o-Zw7G:hover .actionButtons-1sUUug .closeButton-17RIVZ {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue