Apply unread message background to table cells

Required after updating Bootstrap.
This commit is contained in:
Anton Khorev 2023-10-25 15:02:28 +03:00
parent dd905b5aa8
commit d2f26a5436

View file

@ -976,7 +976,7 @@ tr.turn:hover {
background: $offwhite;
}
.inbox-row-unread {
.inbox-row-unread td {
background: #CBEEA7;
}
}