aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/panels.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/less/panels.less b/less/panels.less
index ad133ad21..1b72cebd1 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -95,6 +95,17 @@
border: 0;
margin-bottom: 0;
}
+ > .table-striped > tbody > tr:last-child,
+ > .table-responsive > .table-striped > tbody > tr:last-child {
+ td:first-child,
+ th:first-child {
+ border-bottom-left-radius: (@panel-border-radius - 1);
+ }
+ td:last-child,
+ th:last-child {
+ border-bottom-left-radius: (@panel-border-radius - 1);
+ }
+ }
}