From: Alexander Ebert Date: Sun, 2 Oct 2016 11:30:10 +0000 (+0200) Subject: Fixed hover color X-Git-Tag: 3.0.0_Beta_2~21 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f569145838317f9763c8ba5022df8be41483740b;p=GitHub%2FWoltLab%2FWCF.git Fixed hover color --- diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 5c71ccc7d8..74ded97c98 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -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 {