From f569145838317f9763c8ba5022df8be41483740b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 2 Oct 2016 13:30:10 +0200 Subject: [PATCH] Fixed hover color --- wcfsetup/install/files/acp/style/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1