mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fixes #7648: Thumbnail caption should use @text-color variable. Also adds other thumbnail vars
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
.img-thumbnail {
|
||||
padding: 4px;
|
||||
line-height: @line-height-base;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: @border-radius-base;
|
||||
background-color: @thumbnail-bg;
|
||||
border: 1px solid @thumbnail-border;
|
||||
border-radius: @thumbnail-border-radius;
|
||||
.transition(all .2s ease-in-out);
|
||||
}
|
||||
.thumbnail {
|
||||
@@ -38,5 +39,5 @@ a.thumbnail:focus {
|
||||
}
|
||||
.thumbnail .caption {
|
||||
padding: 9px;
|
||||
color: @gray;
|
||||
color: @thumbnail-caption-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user