Improved table styling
authorMarcel Werk <burntime@woltlab.com>
Sat, 27 Aug 2016 18:18:59 +0000 (20:18 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 27 Aug 2016 18:19:04 +0000 (20:19 +0200)
wcfsetup/install/files/style/ui/tabularBox.scss

index 20e947e64bf60589436b2284c9b42f71fe6c7f36..4145592bec77011fb8295ef330c394d9bacfc7f5 100644 (file)
                        }
                }
        }
+       
+       // table without header
+       tbody:first-child > tr:first-child > td {
+               border-top: 1px solid $wcfContentBorder;
+       }
 }