Fixed border-color
authorMarcel Werk <burntime@woltlab.com>
Fri, 11 Mar 2016 17:14:16 +0000 (18:14 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 11 Mar 2016 17:14:16 +0000 (18:14 +0100)
wcfsetup/install/files/style/layout/content.scss
wcfsetup/install/files/style/ui/tabularBox.scss

index fad0ccf53560c6427409c4c84ba6c51bc11355ee..1566fb078840da09d8263f84ee9c2fa8a83f6ae2 100644 (file)
        &.tabularBox {
                > .sectionHeader,
                > .sectionTitle {
-                       border-color: $wcfTabularBoxHeadline;
+                       border-color: $wcfContentBorder;
                        margin-bottom: 0;
                }
        }
index 39ee05f124f7fc12ab30bfb8115ca42496f2e9f6..2461e60deefb51bc38d762225b0806e0faf98f39 100644 (file)
 
 /* table */
 .table {
-       border-bottom: 1px solid $wcfTabularBoxHeadline;
+       border-bottom: 1px solid $wcfContentBorder;
        border-spacing: 0;
        width: 100%;