From: Anton Khorev Date: Wed, 25 Oct 2023 12:02:28 +0000 (+0300) Subject: Apply unread message background to table cells X-Git-Tag: live~1385^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/d2f26a54367fcdd568b83a2cc4c188117fcfe731 Apply unread message background to table cells Required after updating Bootstrap. --- 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; } }