From c0c67e64651717e68ff18a0780e9fc134002b493 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 1 Jan 2017 11:55:10 +0100 Subject: [PATCH] Fixed missing preview of style variables --- wcfsetup/install/files/acp/templates/styleAdd.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }', -- 2.20.1