Removed obsolete style variable
authorMarcel Werk <burntime@woltlab.com>
Thu, 28 Aug 2014 12:16:43 +0000 (14:16 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 28 Aug 2014 12:16:43 +0000 (14:16 +0200)
wcfsetup/setup/db/install.sql

index 9e1bfc47ffb7602ab748ecd3bdcf52fb7ad0c6c6..29a762637d0b928b3ac30d7ad71f4b4a895849c5 100644 (file)
@@ -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)');