Merge branch '5.2' into 5.3
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / tabularBox.scss
index 47941d07136c45b7f5434483fc852a0bba59e511..9458c4b99df8415d0b698d10e4231da544b382d1 100644 (file)
                }
                
                &.columnTitle {
-                       font-weight: bold;
+                       font-weight: 600;
                        text-align: left;
                }
                
                        background-color: rgb(242, 242, 242);
                }
                
-               &:not(:last-child) > td {
+               &:not(:last-child) > td:not(.lastRow) {
                        border-bottom: 1px solid $wcfContentBorderInner;
                }
        }