From: Marcel Werk Date: Sat, 15 Oct 2016 14:19:00 +0000 (+0200) Subject: Fixed multiple style issues X-Git-Tag: 3.0.0_Beta_3~39 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d3925b67b9eba7eaef81887a0cf772dcfc5baa15;p=GitHub%2FWoltLab%2FWCF.git Fixed multiple style issues --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 816acae6d0..4005e3a49f 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -363,10 +363,15 @@ } .boxTitle { - color: $wcfSidebarHeadlineLink; + color: $wcfSidebarHeadlineText; - &:hover { - color: $wcfSidebarHeadlineLinkActive; + a { + color: $wcfSidebarHeadlineLink; + + &:hover { + color: $wcfSidebarHeadlineLinkActive; + + } } } diff --git a/wcfsetup/install/files/style/layout/pageFooter.scss b/wcfsetup/install/files/style/layout/pageFooter.scss index f4667005ed..242d8873aa 100644 --- a/wcfsetup/install/files/style/layout/pageFooter.scss +++ b/wcfsetup/install/files/style/layout/pageFooter.scss @@ -16,8 +16,7 @@ } a { - // use text color instead - color: $wcfFooterText; + color: $wcfFooterCopyrightLink; &:hover { color: $wcfFooterCopyrightLinkActive; diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 750ed92776..830db44a2f 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -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)');