From d2f26a54367fcdd568b83a2cc4c188117fcfe731 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 25 Oct 2023 15:02:28 +0300 Subject: [PATCH] Apply unread message background to table cells Required after updating Bootstrap. --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 92f3347d1..dcbf00be8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -976,7 +976,7 @@ tr.turn:hover { background: $offwhite; } - .inbox-row-unread { + .inbox-row-unread td { background: #CBEEA7; } } -- 2.39.5