diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index 726859b151..17991705de 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -117,16 +117,16 @@ .ui.table > tfoot > tr > td:first-child { border-left: none; } -.ui.table > tfoot > tr:first-child > th:first-child, -.ui.table > tfoot > tr:first-child > td:first-child { +.ui.table > tfoot > tr:last-child > th:first-child, +.ui.table > tfoot > tr:last-child > td:first-child { border-radius: 0 0 0 @borderRadius; } -.ui.table > tfoot > tr:first-child > th:last-child, -.ui.table > tfoot > tr:first-child > td:last-child { +.ui.table > tfoot > tr:last-child > th:last-child, +.ui.table > tfoot > tr:last-child > td:last-child { border-radius: 0 0 @borderRadius 0; } -.ui.table > tfoot > tr:first-child > th:only-child, -.ui.table > tfoot > tr:first-child > td:only-child { +.ui.table > tfoot > tr:last-child > th:only-child, +.ui.table > tfoot > tr:last-child > td:only-child { border-radius: 0 0 @borderRadius @borderRadius; }