From: Marcel Werk Date: Sun, 1 Jan 2017 10:55:10 +0000 (+0100) Subject: Fixed missing preview of style variables X-Git-Tag: 3.0.0_RC_4~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c0c67e64651717e68ff18a0780e9fc134002b493;p=GitHub%2FWoltLab%2FWCF.git Fixed missing preview of style variables --- diff --git a/wcfsetup/install/files/acp/templates/styleAdd.tpl b/wcfsetup/install/files/acp/templates/styleAdd.tpl index 410e8e7937..45108b86a4 100644 --- a/wcfsetup/install/files/acp/templates/styleAdd.tpl +++ b/wcfsetup/install/files/acp/templates/styleAdd.tpl @@ -804,14 +804,14 @@ 'wcfFooterBackground': '#spFooter { background-color: VALUE; }', 'wcfFooterText': '#spFooter { color: VALUE; }', 'wcfFooterLink': '#spFooter a { color: VALUE; }', - 'wcfFooterLinkActive': '#spFooter a:active { color: VALUE; }', + 'wcfFooterLinkActive': '#spFooter a:hover { color: VALUE; }', 'wcfFooterHeadlineText': '#spFooter .spFooterHeadline { color: VALUE; }', 'wcfFooterHeadlineLink': '#spFooter .spFooterHeadline a { color: VALUE; }', 'wcfFooterHeadlineLinkActive': '#spFooter .spFooterHeadline a:hover { color: VALUE; }', 'wcfFooterCopyrightBackground': '#spFooterCopyright { background-color: VALUE; }', 'wcfFooterCopyrightText': '#spFooterCopyright { color: VALUE; }', 'wcfFooterCopyrightLink': '#spFooterCopyright a { color: VALUE; }', - 'wcfFooterCopyrightLinkActive': '#spFooterCopyright a:active { color: VALUE; }', + 'wcfFooterCopyrightLinkActive': '#spFooterCopyright a:hover { color: VALUE; }', 'wcfSidebarBackground': '#spContentSidebar .spContentSidebarBox { background-color: VALUE; }', 'wcfSidebarText': '#spContentSidebar .spContentSidebarBox { color: VALUE; }', 'wcfSidebarLink': '#spContentSidebar .spContentSidebarBox a { color: VALUE; }',