From: ysds Date: Mon, 19 Feb 2018 22:42:54 +0000 (+0900) Subject: Add color variable for caption (#25657) X-Git-Tag: v4.1.0~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f3ba33c208937a2aec30accddc6b7384442c6b;p=thirdparty%2Fbootstrap.git Add color variable for caption (#25657) --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 3e00b7fab6..5ee563f935 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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; } diff --git a/scss/_variables.scss b/scss/_variables.scss index 0a34e6c674..14f5b8b018 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -320,6 +320,7 @@ $table-dark-color: $body-bg !default; $table-striped-order: odd !default; +$table-caption-color: $text-muted !default; // Buttons + Forms //