]> git.openstreetmap.org Git - rails.git/commitdiff
Apply unread message background to table cells
authorAnton Khorev <tony29@yandex.ru>
Wed, 25 Oct 2023 12:02:28 +0000 (15:02 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 25 Oct 2023 12:02:28 +0000 (15:02 +0300)
Required after updating Bootstrap.

app/assets/stylesheets/common.scss

index 92f3347d17bc27adc2bc1413e85d5e6fa98f81ac..dcbf00be85d4f86ccf00ed11c5bf20caca2a39ab 100644 (file)
@@ -976,7 +976,7 @@ tr.turn:hover {
     background: $offwhite;
   }
 
-  .inbox-row-unread {
+  .inbox-row-unread td {
     background: #CBEEA7;
   }
 }