Updated color scheme
authorAlexander Ebert <ebert@woltlab.com>
Thu, 31 Mar 2016 10:52:08 +0000 (12:52 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 31 Mar 2016 10:52:14 +0000 (12:52 +0200)
wcfsetup/install/files/acp/style/layout.scss
wcfsetup/setup/db/install.sql

index 45b4199dca6cc9f94f4486bc5cabfc7ad3281baf..549be3f9dc644818a0c692bc90cf48e7d73c832b 100644 (file)
@@ -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;
                        padding: 20px 10px;
                        
                        &.active {
-                               background-color: rgb(65, 86, 107);
+                               background-color: rgb(34, 49, 63);
                                color: rgb(255, 255, 255);
                                
                                > .icon {
        }
        
        .acpPageSubMenu {
-               background-color: rgb(65, 86, 107);
+               background-color: rgb(34, 49, 63);
                flex: 0 0 auto;
        }
        
index 599945201d819c5c934cdce802f94bec315b751f..84916be83eaa7e7179e26019363439b2b47fbb76 100644 (file)
@@ -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)');