Improved active menu item marking
authorAlexander Ebert <ebert@woltlab.com>
Sun, 18 Dec 2016 16:37:08 +0000 (17:37 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 18 Dec 2016 16:37:14 +0000 (17:37 +0100)
wcfsetup/install/files/style/layout/box.scss

index 1d6479e29cd004c603737e39bd5175bb9e997ebe..91df7c2cc7fc592e2cd2ec444b76f98aa6a240c4 100644 (file)
        }
 }
 
+.boxesSidebarLeft .box .boxMenu li.active > .boxMenuLink {
+       margin-left: 10px;
+       padding-left: 10px;
+}
+
+.boxesSidebarRight .box .boxMenu li.active > .boxMenuLink {
+       margin-right: 10px;
+       padding-right: 10px;
+}
+
 /* styling for boxes in <contentTop>/<contentBottom> position */
 .boxesContentTop,
 .boxesContentBottom {