Adjusted sidebar and mention styles
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 Sep 2017 15:10:05 +0000 (17:10 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 Sep 2017 15:10:05 +0000 (17:10 +0200)
wcfsetup/install/files/style/layout/box.scss
wcfsetup/install/files/style/ui/wsc31.scss

index 2d4ab79dafbec32963d0603262cdfe3cc8b36d8e..3780518f7680bec811f317085c7788d6f47e2043 100644 (file)
                        
                        li.active > .boxMenuLink {
                                background-color: $wcfContentBackground;
+                               color: $wcfContentLink;
+                               
+                               &:hover {
+                                       color: $wcfContentLinkActive;
+                               }
                        }
                        
                        .boxMenuDepth1 .boxMenuLink {
index 8220966d2d1c8aac30764e5a77f08c594ebb2f9e..5c86c116c43ba95080504d69f8a4aaa80936f52d 100644 (file)
                        }
                }
        }
+       .userMention {
+               color: $wcfSidebarLink;
+               
+               &:hover {
+                       color: $wcfSidebarLinkActive;
+               }
+       }
+       .boxesSidebarLeft .box,
+       .boxesSidebarRight .box {
+               &.boxError,
+               &.boxInfo,
+               &.boxSuccess,
+               &.boxWarning {
+                       .boxTitle {
+                               color: inherit;
+                       }
+               }
+       }
 }