aboutsummaryrefslogtreecommitdiff
path: root/less/panels.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/panels.less')
-rw-r--r--less/panels.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/less/panels.less b/less/panels.less
index a107ff1d4..d782ffcde 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -57,13 +57,17 @@
.panel {
> .table,
- > .table-responsive {
+ > .table-responsive > .table {
margin-bottom: 0;
}
> .panel-body + .table,
> .panel-body + .table-responsive {
border-top: 1px solid @table-border-color;
}
+ > .table > tbody:first-child th,
+ > .table > tbody:first-child td {
+ border-top: 0;
+ }
> .table-bordered,
> .table-responsive > .table-bordered {
border: 0;
@@ -106,6 +110,8 @@
margin-top: 0;
margin-bottom: 0;
font-size: ceil((@font-size-base * 1.125));
+ color: inherit;
+
> a {
color: inherit;
}