Removed orphaned style variable
authorAlexander Ebert <ebert@woltlab.com>
Tue, 27 Dec 2016 12:53:39 +0000 (13:53 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 27 Dec 2016 12:53:39 +0000 (13:53 +0100)
com.woltlab.wcf/update_3.0.0_rc_3.sql [new file with mode: 0644]
com.woltlab.wcf/update_5.sql
wcfsetup/install/files/acp/style/acpStyleEditor.css
wcfsetup/install/files/acp/templates/styleAdd.tpl
wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php
wcfsetup/setup/db/install.sql

diff --git a/com.woltlab.wcf/update_3.0.0_rc_3.sql b/com.woltlab.wcf/update_3.0.0_rc_3.sql
new file mode 100644 (file)
index 0000000..243c043
--- /dev/null
@@ -0,0 +1 @@
+DELETE FROM wcf1_style_variable WHERE variableName = 'wcfHeaderMenuDropdownBorder';
index 4beb41b86d7d5a2ab35625bd8926a7ae45790447..a86f6311721bd655257f9b4453d9400ed18795ee 100644 (file)
@@ -135,7 +135,6 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderM
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuLinkActive', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackground', 'rgba(36, 66, 95, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackgroundActive', 'rgba(65, 121, 173, 1)');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBorder', 'rgba(55, 73, 95, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownLink', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownLinkActive', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderSearchBoxBackground', 'rgba(50, 92, 132, 1)');
index 2766a083e8c5d3c5626ab88d5355a113f836aa61..c5ba0cb829a92f01e82d3ebe20e71960744652e8 100644 (file)
@@ -24,7 +24,7 @@ html[dir="rtl"] #spHeaderPanel ol.inlineList > li { margin-left: 0; }
 html[dir="ltr"] #spHeaderPanel ol.inlineList > li.active > a::after { margin-left: 5px; }
 html[dir="rtl"] #spHeaderPanel ol.inlineList > li.active > a::after { margin-right: 5px; }
 #spHeaderPanel ol.inlineList > li.active { position: relative; }
-#spSubMenu { border-bottom: 1px solid #fff; box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2); padding: 3px 0; position: absolute; }
+#spSubMenu { box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2); padding: 3px 0; position: absolute; }
 #spSubMenu > li > a { display: block; padding: 5px 20px; white-space: nowrap; width: 120px; }
 
 /* ### navigation ### */
index 0cccdddc53d7df2efdf0f81e942c4263df99c8ac..410e8e79370f17dbf975fe5e2ce7e6696fa40cee 100644 (file)
                                'wcfHeaderMenuLink': '#spHeaderPanel ol.inlineList > li > a { color: VALUE; }',
                                'wcfHeaderMenuLinkActive': '#spHeaderPanel ol.inlineList > li.active > a, #spHeaderPanel ol.inlineList > li > a:hover { color: VALUE; }',
                                'wcfHeaderMenuDropdownBackground': '#spSubMenu { background-color: VALUE; }',
-                               'wcfHeaderMenuDropdownBorder': '#spSubMenu { border-color: VALUE; }',
                                'wcfHeaderMenuDropdownLink': '#spSubMenu li > a { color: VALUE; }',
                                'wcfHeaderMenuDropdownBackgroundActive': '#spSubMenu li.active > a, #spSubMenu li > a:hover { background-color: VALUE; }',
                                'wcfHeaderMenuDropdownLinkActive': '#spSubMenu li.active > a, #spSubMenu li > a:hover { color: VALUE; }',
index 2f963d40d1d8b0231c129be2bacc32ab8f5d8511..d2515d669b8fb84dab80f44cbfb0fbaab6cc64e0 100644 (file)
@@ -435,7 +435,7 @@ class StyleAddForm extends AbstractForm {
                        'wcfHeader' => ['background', 'text', 'link', 'linkActive'],
                        'wcfHeaderSearchBox' => ['background', 'text', 'placeholder', 'backgroundActive', 'textActive'],
                        'wcfHeaderMenu' => ['background', 'linkBackground', 'linkBackgroundActive', 'link', 'linkActive'],
-                       'wcfHeaderMenuDropdown' => ['background', 'border', 'link', 'backgroundActive', 'linkActive'],
+                       'wcfHeaderMenuDropdown' => ['background', 'link', 'backgroundActive', 'linkActive'],
                        'wcfNavigation' => ['background', 'text', 'link', 'linkActive'],
                        'wcfSidebar' => ['background', 'text', 'link', 'linkActive'],
                        'wcfSidebarDimmed' => ['text', 'link', 'linkActive'],
index 5c2811d5289cec2b02ff8bcb03a5639933fed5bf..0f7b25d6aacaf6044150279bc8a4df0994d67b35 100644 (file)
@@ -2073,7 +2073,6 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderM
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuLinkActive', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackground', 'rgba(36, 66, 95, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackgroundActive', 'rgba(65, 121, 173, 1)');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBorder', 'rgba(55, 73, 95, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownLink', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownLinkActive', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderSearchBoxBackground', 'rgba(50, 92, 132, 1)');