diff --git a/less/panels.less b/less/panels.less index 86aef9242110..602b1cd8ee64 100644 --- a/less/panels.less +++ b/less/panels.less @@ -62,6 +62,23 @@ > .panel-body + .table { border-top: 1px solid @table-border-color; } + > .table-bordered { + border: none; + > thead, + > tbody, + > tfoot { + > tr { + > th:first-child, + > td:first-child { + border-left: none; + } + > th:last-child, + > td:last-child { + border-right: none; + } + } + } + } }