From a9e43634b14c37fbce7bea8e79d480cc54dfc7fd Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 29 Mar 2016 19:40:27 +0200 Subject: [PATCH] Improved style --- wcfsetup/install/files/style/layout/pageHeader.scss | 6 +++--- .../install/files/style/layout/pageNavigation.scss | 12 +----------- wcfsetup/setup/db/install.sql | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index f85239a668..a53d1578bc 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -22,7 +22,7 @@ @include large-screen-only { align-items: center; flex-wrap: wrap; - padding-top: 30px; + padding-top: 20px; padding-bottom: 0; } @@ -39,7 +39,7 @@ @include large-screen-only { flex: 0 0 50%; - margin-bottom: 30px; + margin-bottom: 20px; } } @@ -236,7 +236,7 @@ @include large-screen-only { align-self: flex-start; flex: 0 0 50%; - margin-bottom: 30px; + margin-bottom: 20px; text-align: right; .pageHeaderSearchLabel { diff --git a/wcfsetup/install/files/style/layout/pageNavigation.scss b/wcfsetup/install/files/style/layout/pageNavigation.scss index 30a9cfab85..e5c69594b2 100644 --- a/wcfsetup/install/files/style/layout/pageNavigation.scss +++ b/wcfsetup/install/files/style/layout/pageNavigation.scss @@ -13,7 +13,7 @@ } .icon { - color: $wcfNavigationText; + color: inherit; } a { @@ -36,16 +36,6 @@ &:not(:last-child) { margin-left: 10px; } - - > a { - > .icon { - color: $wcfHeaderLink; - } - - &:hover > .icon { - color: $wcfHeaderLinkActive; - } - } } } } diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 367e0368b8..599945201d 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -2042,7 +2042,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderM INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackground', 'rgba(34, 49, 63, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBackgroundActive', 'rgba(55, 73, 95, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownBorder', 'rgba(55, 73, 95, 1)'); -INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownLink', 'rgba(55, 73, 95, 1)'); +INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownLink', 'rgba(255, 255, 255, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderMenuDropdownLinkActive', 'rgba(255, 255, 255, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderSearchBoxBackground', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeaderSearchBoxBackgroundActive', 'rgba(34, 49, 63, 1)'); -- 2.20.1