Fixed missing preview of style variables
authorMarcel Werk <burntime@woltlab.com>
Sun, 1 Jan 2017 10:55:10 +0000 (11:55 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 1 Jan 2017 10:55:10 +0000 (11:55 +0100)
wcfsetup/install/files/acp/templates/styleAdd.tpl

index 410e8e79370f17dbf975fe5e2ce7e6696fa40cee..45108b86a49a7b5e8d3f351cd6e814bf7a33deaa 100644 (file)
                                '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; }',