From: Alexander Ebert Date: Thu, 31 Mar 2016 10:52:08 +0000 (+0200) Subject: Updated color scheme X-Git-Tag: 3.0.0_Beta_1~1288^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3d5c38c62df66d84bed924bffeb41ad22a9ba274;p=GitHub%2FWoltLab%2FWCF.git Updated color scheme --- diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 45b4199dca..549be3f9dc 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -93,7 +93,7 @@ } .acpPageMenu { - background-color: rgb(52, 73, 94); + background-color: rgb(44, 62, 80); flex: 0 0 120px; text-align: center; overflow: hidden; @@ -104,7 +104,7 @@ padding: 20px 10px; &.active { - background-color: rgb(65, 86, 107); + background-color: rgb(34, 49, 63); color: rgb(255, 255, 255); > .icon { @@ -125,7 +125,7 @@ } .acpPageSubMenu { - background-color: rgb(65, 86, 107); + background-color: rgb(34, 49, 63); flex: 0 0 auto; } diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 599945201d..84916be83e 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -2013,8 +2013,8 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontSiz INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontSizeSection', '23px'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontSizeSmall', '12px'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontSizeTitle', '28px'); -INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBackground', 'rgba(44, 62, 80, 1)'); -INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBoxBackground', 'rgba(52, 73, 94, 1)'); +INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBackground', 'rgba(52, 73, 94, 1)'); +INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBoxBackground', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBoxHeadlineLink', 'rgba(255, 255, 255, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBoxHeadlineLinkActive', 'rgba(255, 255, 255, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBoxHeadlineText', 'rgba(189, 195, 199, 1)');