From: Alexander Ebert <ebert@woltlab.com> Date: Wed, 21 Sep 2016 16:06:22 +0000 (+0200) Subject: Fixed color value X-Git-Tag: 3.0.0_Beta_1~38 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=efb111c4d9f994313c5efed18e1e15846d5556a8;p=GitHub%2FWoltLab%2FWCF.git Fixed color value --- diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index b797854280..e9718ecdf8 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -2105,7 +2105,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigat INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLink', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLinkActive', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationText', 'rgba(170, 170, 170, 1)'); -INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarBackground', 'rgb(236, 241, 247)'); +INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarBackground', 'rgba(236, 241, 247, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedLink', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedLinkActive', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedText', 'rgba(127, 140, 141, 1)');