2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Add color variable for caption (#25657)

This commit is contained in:
ysds
2018-02-20 07:42:54 +09:00
committed by Mark Otto
parent 24a5376a14
commit 33f3ba33c2
2 changed files with 2 additions and 1 deletions
+1 -1
View 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;
}
+1
View File
@@ -320,6 +320,7 @@ $table-dark-color: $body-bg !default;
$table-striped-order: odd !default;
$table-caption-color: $text-muted !default;
// Buttons + Forms
//