This commit is contained in:
Mark Otto 2013-10-20 22:46:21 -07:00
parent 6ecb5d6cf3
commit 6585c5898a
1 changed files with 3 additions and 0 deletions

View File

@ -389,10 +389,12 @@
// -------------------------
.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border;) {
border-color: @border;
& > .panel-heading {
color: @heading-text-color;
background-color: @heading-bg-color;
border-color: @heading-border;
+ .panel-collapse .panel-body {
border-top-color: @border;
}
@ -410,6 +412,7 @@
background-color: @background;
border-color: @border;
color: @text-color;
hr {
border-top-color: darken(@border, 5%);
}