]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add color variable for caption (#25657)
authorysds <fellows3@gmail.com>
Mon, 19 Feb 2018 22:42:54 +0000 (07:42 +0900)
committerMark Otto <markd.otto@gmail.com>
Mon, 19 Feb 2018 22:42:54 +0000 (14:42 -0800)
scss/_reboot.scss
scss/_variables.scss

index 3e00b7fab62d4bc523fb5b2ccfbaf19b48efd39c..5ee563f935a155d49939ae4586ea0b867ab87817 100644 (file)
@@ -290,7 +290,7 @@ table {
 caption {
   padding-top: $table-cell-padding;
   padding-bottom: $table-cell-padding;
-  color: $text-muted;
+  color: $table-caption-color;
   text-align: left;
   caption-side: bottom;
 }
index 0a34e6c6742bde83d212ba46fb0bd63e26fffac5..14f5b8b018d799c04bdcbe62b59bf431900fe2c5 100644 (file)
@@ -320,6 +320,7 @@ $table-dark-color:            $body-bg !default;
 
 $table-striped-order:         odd !default;
 
+$table-caption-color:         $text-muted !default;
 
 // Buttons + Forms
 //