Fixed hover color
authorAlexander Ebert <ebert@woltlab.com>
Sun, 2 Oct 2016 11:30:10 +0000 (13:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 2 Oct 2016 11:30:10 +0000 (13:30 +0200)
wcfsetup/install/files/acp/style/layout.scss

index 5c71ccc7d8f27addf6e55ca8ea076c7feff157ea..74ded97c98acc13d2f39885e0b89457a1a52a0d4 100644 (file)
@@ -230,7 +230,7 @@ $wcfAcpMenuWidth: 150px;
                .acpPageSubMenuLink:hover,
                .acpPageSubMenuLink:hover ~ .acpPageSubMenuIcon:not(.active),
                .acpPageSubMenuIcon:hover {
-                       background-color: rgb(52, 73, 94);
+                       background-color: rgb(43, 79, 113);
                }
                
                .acpPageSubMenuLinkWrapper {