From: Tom Hughes Date: Tue, 23 Apr 2024 16:20:08 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4703' X-Git-Tag: live~896 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/f99d7374a947befe58a943109b561061eb81067f?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/4703' --- f99d7374a947befe58a943109b561061eb81067f diff --combined app/assets/stylesheets/common.scss index 61c825fca,1fe7ea53b..cf616983e --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -75,7 -75,10 +75,10 @@@ time[title] .table-secondary { --bs-table-bg: rgb(var(--bs-secondary-rgb), .25); } - .table-primary, .table-secondary { + .table-success { + --bs-table-bg: rgb(var(--bs-success-rgb), .25); + } + .table-primary, .table-secondary, .table-success { --bs-table-color: initial; border-color: inherit; } @@@ -616,8 -619,6 +619,8 @@@ tr.turn .browse-tag-list { table-layout: fixed; white-space: pre-wrap; + word-wrap: break-word; + word-break: break-word; tr:last-child th, tr:last-child td { border-bottom: 0; @@@ -812,14 -813,6 +815,6 @@@ } } - /* Rules for messages pages */ - - .messages { - .inbox-row-unread td { - background: #CBEEA7; - } - } - /* Rules for user images */ img.user_image {