]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Print color fix dark tables and dark theads (#26193)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 24 Apr 2018 04:51:48 +0000 (06:51 +0200)
committerMark Otto <markd.otto@gmail.com>
Tue, 24 Apr 2018 04:51:48 +0000 (21:51 -0700)
scss/_print.scss

index 410216dd74c2f0a25f1050366b2542a78e54a7cc..1df9487358210354b8a12558056daa0b2be59ae8 100644 (file)
         background-color: $white !important;
       }
     }
+
     .table-bordered {
       th,
       td {
       }
     }
 
+    .table-dark {
+      color: inherit;
+
+      th,
+      td,
+      thead th,
+      tbody + tbody {
+        border-color: $table-border-color;
+      }
+    }
+
+    .table .thead-dark th {
+      color: inherit;
+      border-color: $table-border-color;
+    }
+
     // Bootstrap specific changes end
   }
 }