diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/panels.less | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/less/panels.less b/less/panels.less index cca22ae3a..8de915c7e 100644 --- a/less/panels.less +++ b/less/panels.less @@ -59,6 +59,20 @@ > .table, > .table-responsive > .table { margin-bottom: 0; + + > tbody:last-child, + > tfoot:last-child { + > 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-right-radius: (@panel-border-radius - 1); + } + } + } } > .panel-body + .table, > .panel-body + .table-responsive { @@ -95,19 +109,6 @@ border: 0; margin-bottom: 0; } - > .table-striped, - > .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-right-radius: (@panel-border-radius - 1); - } - } - } } |
