Fixed multiple style issues
authorMarcel Werk <burntime@woltlab.com>
Sat, 15 Oct 2016 14:19:00 +0000 (16:19 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 15 Oct 2016 14:19:00 +0000 (16:19 +0200)
wcfsetup/install/files/style/layout/box.scss
wcfsetup/install/files/style/layout/pageFooter.scss
wcfsetup/setup/db/install.sql

index 816acae6d0d44ac016384f2ca7b418c635c7b9a4..4005e3a49f19e6daa9c0495520a5418340fe8451 100644 (file)
        }
        
        .boxTitle {
-               color: $wcfSidebarHeadlineLink;
+               color: $wcfSidebarHeadlineText;
                
-               &:hover {
-                       color: $wcfSidebarHeadlineLinkActive;
+               a {
+                       color: $wcfSidebarHeadlineLink;
+                       
+                       &:hover {
+                               color: $wcfSidebarHeadlineLinkActive;
+                               
+                       }
                }
        }
        
index f4667005edb3a02a13d544b36ceb50a636224f5a..242d8873aa62214d7bef254409855c41edda01a7 100644 (file)
@@ -16,8 +16,7 @@
        }
        
        a {
-               // use text color instead
-               color: $wcfFooterText;
+               color: $wcfFooterCopyrightLink;
                
                &:hover {
                        color: $wcfFooterCopyrightLinkActive;
index 750ed927762fe6204b3dab3a4e557767e6a4e807..830db44a2fd07de767c9254ff1eaeff4940dfbee 100644 (file)
@@ -2054,7 +2054,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterB
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBoxLinkActive', 'rgba(191, 54, 12, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterBoxText', 'rgba(44, 62, 80, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterCopyrightBackground', 'rgba(50, 92, 132, 1)');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterCopyrightLink', 'rgba(255, 255, 255, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterCopyrightLink', 'rgba(217, 220, 222, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterCopyrightLinkActive', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterCopyrightText', 'rgba(217, 220, 222, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFooterHeadlineLink', 'rgba(255, 255, 255, 1)');