Fixed color values for sidebar/messageReduced
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 Sep 2017 10:56:33 +0000 (12:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 Sep 2017 10:56:33 +0000 (12:56 +0200)
wcfsetup/install/files/style/ui/wsc31.scss

index 6ffb1c1c5af9f2fcdeb7533a9d06e264784a4f40..ba79ed916feed5e2bd1046a27867d960e2212e71 100644 (file)
                        border-bottom-color: $wcfStatusErrorBackground;
                }
        }
+       
+       // adjust color values to account for a significant darker sidebar background
+       .interactiveDropdownHeader .icon {
+               color: inherit;
+       }
+       .sidebar,
+       .messageSidebar {
+               dl:not(.plain) > dt,
+               dl.dataList > dt,
+               .separatorLeft::before {
+                       color: $wcfSidebarDimmedText;
+               }
+       }
+       .messageReduced  {
+               .messageTitle a {
+                       color: $wcfSidebarLink;
+                       
+                       &:hover {
+                               color: $wcfSidebarDimmedLinkActive;
+                       }
+               }
+               
+               .messageHeaderMetaData {
+                       .messagePublicationTime,
+                       > li:not(:last-child)::after {
+                               color: $wcfSidebarDimmedText;
+                       }
+               }
+       }
 }