From de03ed0aec1dde9c08f97438c7b51b49a91d716d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 2 Mar 2021 15:04:14 +0100 Subject: [PATCH] web: fix background for shell without flow executor --- web/src/authentik.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/web/src/authentik.css b/web/src/authentik.css index de8a26a0e..273b340d1 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -61,11 +61,6 @@ select[multiple] { font-family: monospace; } -/* Fix pre elements within alerts */ -.pf-c-alert pre { - white-space: pre-wrap; -} - .pf-c-content h1 { display: flex; align-items: flex-start; @@ -85,6 +80,12 @@ select[multiple] { z-index: auto !important; } +/* ensure background on non-flow pages match */ +.pf-c-background-image::before { + background-image: url("dist/assets/images/flow_background.jpg"); + background-position: center; +} + /* Fix spacing between messages */ ak-message { display: block;