From ee64e4eb3eadfc78709fdecc2ea8ca7d32b48f98 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 23 Sep 2016 15:33:38 +0200 Subject: [PATCH] Updated mobile menu --- wcfsetup/install/files/style/ui/menuMobile.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/files/style/ui/menuMobile.scss b/wcfsetup/install/files/style/ui/menuMobile.scss index 4171d797c5..6008235ff3 100644 --- a/wcfsetup/install/files/style/ui/menuMobile.scss +++ b/wcfsetup/install/files/style/ui/menuMobile.scss @@ -1,6 +1,6 @@ /* menu container */ .menuOverlayMobile { - background-color: rgb(52, 73, 94); + background-color: rgb(50, 92, 132); bottom: 0; display: none; overflow: hidden; @@ -134,7 +134,7 @@ } .menuOverlayItemList { - background-color: rgb(52, 73, 94); + background-color: rgb(50, 92, 132); height: 100%; list-style-type: none; margin: 0; @@ -188,7 +188,7 @@ .menuOverlayItemLink { align-items: center; - background-color: rgb(44, 62, 80); + background-color: rgb(43, 79, 113); display: flex; overflow: hidden; text-overflow: ellipsis; @@ -247,11 +247,11 @@ .menuOverlayItemLink.active, .menuOverlayItemLinkIcon.active { - background-color: rgb(34, 49, 63); + background-color: rgb(36, 66, 95); } .menuOverlayTitle { - color: rgb(204, 204, 204); + color: rgba(255, 255, 255, .7); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -263,7 +263,7 @@ /* icon link sharing the space with a link or (header only) the logo */ .menuOverlayItemLinkIcon { - background-color: rgb(44, 62, 80); + background-color: rgb(43, 79, 113); flex: 0 0 auto; margin-left: 1px; padding: 10px; -- 2.20.1