Improved style
authorAlexander Ebert <ebert@woltlab.com>
Tue, 29 Mar 2016 17:40:27 +0000 (19:40 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 29 Mar 2016 17:40:27 +0000 (19:40 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss
wcfsetup/install/files/style/layout/pageNavigation.scss
wcfsetup/setup/db/install.sql

index f85239a66839ad2940e69446499b2fd8f802acbf..a53d1578bc67d23a9437b85af1dd4009d6bf92ba 100644 (file)
@@ -22,7 +22,7 @@
        @include large-screen-only {
                align-items: center;
                flex-wrap: wrap;
-               padding-top: 30px;
+               padding-top: 20px;
                padding-bottom: 0;
        }
        
@@ -39,7 +39,7 @@
        
        @include large-screen-only {
                flex: 0 0 50%;
-               margin-bottom: 30px;
+               margin-bottom: 20px;
        }
 }
 
        @include large-screen-only {
                align-self: flex-start;
                flex: 0 0 50%;
-               margin-bottom: 30px;
+               margin-bottom: 20px;
                text-align: right;
                
                .pageHeaderSearchLabel {
index 30a9cfab85cc7422c287470e80df91ed46b31746..e5c69594b2b2a9f39904209590317ede0c334c2b 100644 (file)
@@ -13,7 +13,7 @@
                }
                
                .icon {
-                       color: $wcfNavigationText;
+                       color: inherit;
                }
                
                a {
                        &:not(:last-child) {
                                margin-left: 10px;
                        }
-                       
-                       > a {
-                               > .icon {
-                                       color: $wcfHeaderLink;
-                               }
-                               
-                               &:hover > .icon {
-                                       color: $wcfHeaderLinkActive;
-                               }
-                       }
                }
        }
 }
index 367e0368b83fed501173e10c462e751a446cb282..599945201d819c5c934cdce802f94bec315b751f 100644 (file)
@@ -2042,7 +2042,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderM
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackground', 'rgba(34, 49, 63, 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(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(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderSearchBoxBackgroundActive', 'rgba(34, 49, 63, 1)');