Fixed style add/edit
authorAlexander Ebert <ebert@woltlab.com>
Sun, 24 Jul 2016 09:37:47 +0000 (11:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 24 Jul 2016 09:37:55 +0000 (11:37 +0200)
wcfsetup/install/files/acp/templates/styleAdd.tpl
wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php
wcfsetup/setup/db/install.sql

index 978219a34aa73b84fab6f9580dc0e637cc2c6cc1..4ea5bb2abc84b5d5ad014be8e490ebd30a587af3 100644 (file)
                {* colors *}
                <div id="colors" class="tabMenuContent">
                        <div class="section">
+                               <p class="error" style="margin-bottom: 20px">TODO: outdated!</p>
                                <div id="spWrapper">
                                        <div id="spWindow">
                                                <div id="spHeader" data-region="wcfHeader">
index 3076c7eeafd56765f317608dc98d3b65363696dc..4f2943c77cbb699f5d7813c559cbdf523593b2db 100644 (file)
@@ -436,8 +436,8 @@ class StyleAddForm extends AbstractForm {
                
                $this->colors = [
                        'wcfHeader' => ['background', 'text', 'link', 'linkActive'],
-                       'wcfHeaderSearchBox' => ['background', 'border', 'text', 'placeholder', 'backgroundActive', 'borderActive', 'textActive'],
-                       'wcfHeaderMenu' => ['background', 'link', 'backgroundActive', 'linkActive'],
+                       'wcfHeaderSearchBox' => ['background', 'text', 'placeholder', 'backgroundActive', 'textActive'],
+                       'wcfHeaderMenu' => ['background', 'link', 'linkActive'],
                        'wcfHeaderMenuDropdown' => ['background', 'border', 'link', 'backgroundActive', 'linkActive'],
                        'wcfNavigation' => ['background', 'text', 'link', 'linkActive'],
                        'wcfSidebar' => ['background', 'text', 'link', 'linkActive'],
index 58ab336bd96234a97d1c2129b8a360407ae680d8..9d3560931e5a1b8d883302b4eaa1686c4fa68fe1 100644 (file)
@@ -2070,10 +2070,10 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderL
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderLinkActive', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuBackground', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuLinkBackground', 'rgba(39, 54, 68, 1)');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuLinkBackgroundActive', 'rgb(19, 34, 48, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuLinkBackgroundActive', 'rgba(19, 34, 48, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuLink', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuLinkActive', 'rgba(255, 255, 255, 1)');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackground', 'rgb(19, 34, 48, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackground', 'rgba(19, 34, 48, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackgroundActive', 'rgba(55, 73, 95, 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)');