src/pyams_skin/resources/less/tables.less
changeset 481 c18a7addfb96
parent 419 bbfd81699935
--- a/src/pyams_skin/resources/less/tables.less	Mon Dec 10 12:37:52 2018 +0100
+++ b/src/pyams_skin/resources/less/tables.less	Mon Dec 10 14:59:53 2018 +0100
@@ -110,8 +110,16 @@
 			thead tr th:last-child {
 				border-right-width: 0!important;
 			}
-			tbody tr:last-child td {
-				border-bottom-width: 0!important;
+			tbody tr:last-child {
+				td {
+					border-bottom-width: 0 !important;
+				}
+				&:nth-child(1),
+				&:nth-child(2) {
+					td {
+						border-bottom: 1px solid #ddd!important;
+					}
+				}
 			}
 		}
 	}