From: Marcel Werk Date: Thu, 28 Aug 2014 12:16:43 +0000 (+0200) Subject: Removed obsolete style variable X-Git-Tag: 2.1.0_Alpha_1~382 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=13cf34d875f8bcb8c2f6615b4e1801ae495e7adc;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete style variable --- diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 9e1bfc47ff..29a762637d 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -1816,7 +1816,6 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfGapLarg INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationHeaderBackgroundColor', '@wcfContentBackgroundColor'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationFooterBackgroundColor', '@wcfContainerAccentBackgroundColor'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfMainMenuBackgroundColor', '@wcfContainerAccentBackgroundColor'); -INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfMainMenuHoverBackgroundColor', '@wcfContainerAccentBackgroundColor'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfMainMenuColor', '@wcfColor'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfMainMenuActiveColor', '@wcfLinkColor'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfUserPanelHoverBackgroundColor', 'rgba(60, 60, 60, 1)');