Merge pull request #13687 from smmoosavi/patch-1

Color Contrast for panel heading
This commit is contained in:
Mark Otto 2014-06-10 22:49:23 -07:00
commit 4fd4681221
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
+ .panel-collapse > .panel-body {
border-top-color: @border;
}
.badge {
color: @heading-bg-color;
background-color: @heading-text-color;
}
}
& > .panel-footer {
+ .panel-collapse > .panel-body {