From daadc1c892e3febceb370ea0f62722b777572d65 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 28 Mar 2018 12:24:10 +0200 Subject: Fix background color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/theming/css/theming.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'apps/theming/css') diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 88d3e7cf0fc..f65e20fa9b7 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -92,8 +92,8 @@ /* override styles for login screen in guest.css */ @if variable_exists('theming-logo-mime') and $theming-logo-mime != '' { - #theming-preview-logo, - #header .logo { + #theming-preview-logo, + #header .logo { background-image: url(#{$image-logo}); background-size: contain; } @@ -101,9 +101,9 @@ margin-bottom: 22px; } } @else { - #theming-preview-logo { - background-image: url(#{$image-logo}); - } + #theming-preview-logo { + background-image: url(#{$image-logo}); + } } @if variable_exists('theming-background-mime') and $theming-background-mime != '' { @@ -167,6 +167,10 @@ input.primary, } } +} @else { + #body-login { + background-color: $color-primary; + } } @if ($color-primary == #ffffff) { -- cgit v1.2.3