From 6ecda5586126fc0ef284f2c35f1a7898a0247fa4 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 29 Oct 2012 18:31:16 +0100 Subject: [PATCH] Fixed some minor style issues Fixes #860 --- wcfsetup/install/files/style/global.less | 14 +++++++------- wcfsetup/install/files/style/layout.less | 8 ++++++-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index b16e1833be..5ffac60bf5 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -1,7 +1,7 @@ /* ### globals ### */ body { background-color: @wcfPageBackgroundColor; - color: @wcfPageColor; + color: @wcfColor; font-family: @wcfBaseFontFamily; font-size: @wcfBaseFontSize; line-height: @wcfBaseLineHeight; @@ -20,24 +20,24 @@ img { } a { - color: @wcfPageLinkColor; + color: @wcfLinkColor; cursor: pointer; text-decoration: none; &:hover { - color: @wcfPageLinkHoverColor; + color: @wcfLinkHoverColor; text-decoration: underline; } } -.content, .sidebar { - color: @wcfColor; +.footer, .logo { + color: @wcfPageColor; a { - color: @wcfLinkColor; + color: @wcfPageLinkColor; &:hover { - color: @wcfLinkHoverColor; + color: @wcfPageLinkHoverColor; } } } diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index c1221630e3..f21a64c348 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -166,6 +166,10 @@ } } + &:not(.active) { + padding-top: 5px; + } + &:not(:last-child) { border-right: 1px solid @wcfContainerBorderColor; } @@ -261,7 +265,7 @@ > .collapsibleButton { background-color: @wcfSidebarBackgroundColor; - background-image: url('../icon/arrowRight.svg'); + background-image: url('../icon/arrowRightColored.svg'); background-position: 4px 4px; background-repeat: no-repeat; background-size: 16px; @@ -314,7 +318,7 @@ } > .collapsibleButton { - background-image: url('../icon/arrowLeft.svg'); + background-image: url('../icon/arrowLeftColored.svg'); } } } -- 2.20.1