]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4703'
authorTom Hughes <tom@compton.nu>
Tue, 23 Apr 2024 16:20:08 +0000 (17:20 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 23 Apr 2024 16:20:08 +0000 (17:20 +0100)
1  2 
app/assets/stylesheets/common.scss

index 61c825fca81c818f9125c892ecf937f849540701,1fe7ea53bfc94f18d8831dd151f5b1265d698dff..cf616983e29f708b68bbf32f8ed90980d578974d
@@@ -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;
    }
  }
  
- /* Rules for messages pages */
- .messages {
-   .inbox-row-unread td {
-     background: #CBEEA7;
-   }
- }
  /* Rules for user images */
  
  img.user_image {