stuff
This commit is contained in:
parent
0c28def572
commit
4c4beb9f72
|
@ -1175,33 +1175,11 @@ body:before {
|
|||
/* ---- 6.3. TEXTAREA ---- */
|
||||
|
||||
.form-2fGMdU { /* textarea form */
|
||||
position: relative;
|
||||
padding-top: 10px;
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.form-2fGMdU > *,
|
||||
.channelTextArea-rNsIhG {
|
||||
z-index: 1;
|
||||
}
|
||||
#app-mount .form-2fGMdU:after,
|
||||
#app-mount .form-2fGMdU:before {
|
||||
display: flex;
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 8px;
|
||||
left: 0;
|
||||
height: unset;
|
||||
width: unset;
|
||||
pointer-events: none;
|
||||
}
|
||||
#app-mount .form-2fGMdU:after {
|
||||
background-color: rgba(var(--vtransparencycolor), var(--vtransparencyalpha));
|
||||
}
|
||||
#app-mount .form-2fGMdU:before {
|
||||
background: var(--vbackground) center/var(--vbackgroundsize);
|
||||
filter: blur(var(--vbackgroundblur));
|
||||
background-attachment: fixed;
|
||||
.form-2fGMdU:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.channelTextArea-rNsIhG { /* textarea channeltextarea */
|
||||
|
|
|
@ -1435,11 +1435,13 @@
|
|||
color: rgb(var(--vaccentcolor));
|
||||
}
|
||||
.colorDefault-2K3EoJ.focused-3afm-j,
|
||||
.colorDefault-2K3EoJ:hover:not(.hideInteraction-1iHO1O) {
|
||||
.colorDefault-2K3EoJ:hover:not(.hideInteraction-1iHO1O),
|
||||
.colorDefault-2K3EoJ:active:not(.hideInteraction-1iHO1O) {
|
||||
background-color: rgb(var(--vaccentcolor));
|
||||
}
|
||||
.colorDanger-2qLCe1.focused-3afm-j,
|
||||
.colorDanger-2qLCe1:hover:not(.hideInteraction-1iHO1O) {
|
||||
.colorDanger-2qLCe1:hover:not(.hideInteraction-1iHO1O),
|
||||
.colorDanger-2qLCe1:active:not(.hideInteraction-1iHO1O) {
|
||||
background-color: #F04747;
|
||||
}
|
||||
.colorDefault-2K3EoJ .radioSelection-1HmrQS { /* contextmenu radioselection */
|
||||
|
@ -1455,11 +1457,13 @@
|
|||
color: #F04747;
|
||||
}
|
||||
.colorDefault-2K3EoJ.focused-3afm-j .check-1JyqgN, /* contextmenu checkmark */
|
||||
.colorDefault-2K3EoJ:hover:not(.hideInteraction-1iHO1O) .check-1JyqgN {
|
||||
.colorDefault-2K3EoJ:hover:not(.hideInteraction-1iHO1O) .check-1JyqgN,
|
||||
.colorDefault-2K3EoJ:active:not(.hideInteraction-1iHO1O) .check-1JyqgN {
|
||||
color: rgb(var(--vaccentcolor));
|
||||
}
|
||||
.colorDanger-2qLCe1.focused-3afm-j .check-1JyqgN, /* contextmenu checkmark */
|
||||
.colorDanger-2qLCe1:hover:not(.hideInteraction-1iHO1O) .check-1JyqgN {
|
||||
.colorDanger-2qLCe1:hover:not(.hideInteraction-1iHO1O) .check-1JyqgN,
|
||||
.colorDanger-2qLCe1:active:not(.hideInteraction-1iHO1O) .check-1JyqgN {
|
||||
color: #F04747;
|
||||
}
|
||||
.colorPremium-p4p7qO .icon-LYJorE { /* contextmenu premiumicon */
|
||||
|
|
Loading…
Reference in New Issue