Peertube theme: fix message action dropdown colors.

This commit is contained in:
John Livingston 2021-11-24 15:52:55 +01:00
parent e2d445e6d8
commit d2b0000279
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 14 additions and 0 deletions

View File

@ -59,6 +59,20 @@
background-color: var(--peertube-grey-background) !important;
}
.message.chat-msg .chat-msg__actions {
// Fixing message actions colors
.dropdown-menu {
--text-color-lighten-15-percent: #8c8c8c; // default ConverseJS theme color
background-color: #fff; // this is the default bootstrap color, used by ConverseJS
i,
button {
color: #212529; // default bootstrap color for dropdown-items
}
}
}
// hidding avatars when screen width is not big enough.
@media screen and (max-width: 576px) {
.message {