This commit is contained in:
Mirco Wittrien 2019-02-12 21:26:27 +01:00
parent 7563193d93
commit 6f767a41b0
2 changed files with 14 additions and 12 deletions

View File

@ -942,18 +942,6 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
opacity: 0.2 !important;
}
.message-15tBk4 strong,
.wrapper-3WhCwL:not([style]) {
color: rgba(var(--vaccentcolor),1) !important;
background: rgba(var(--vaccentcolor),0.1) !important;
}
.wrapper-3WhCwL:not([style]):hover {
color: rgb(255,255,255) !important;
background: rgba(var(--vaccentcolor),1) !important;
}
.wrapper-3WhCwL:hover {
text-decoration: underline !important;
}
.isMentioned-N-h9aa .wrapper-3WhCwL {
background: transparent !important;
}

View File

@ -148,6 +148,20 @@
filter: brightness(90%);
}
/* MENTION */
.message-15tBk4 strong:not([style]),
.wrapper-3WhCwL:not([style]) {
color: rgba(var(--vaccentcolor),1) !important;
background: rgba(var(--vaccentcolor),0.1) !important;
}
.wrapper-3WhCwL:not([style]):hover {
color: rgb(255,255,255) !important;
background: rgba(var(--vaccentcolor),1) !important;
}
.wrapper-3WhCwL:hover {
text-decoration: underline !important;
}
/* DATEPICKER */
.datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z,
.datePicker--XZbmJ .react-datepicker__day:not(.react-datepicker__day--disabled):hover,