From 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 17:22:55 -0800 Subject: Fixes #10492 again, this time for last row's corners on striped tables --- less/panels.less | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'less') 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); + } + } } -- cgit v1.2.3