From 0f345bb75f2968b4894a3fd060cd99cc38bc9430 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Sat, 19 Sep 2020 09:10:30 +0200 Subject: [PATCH] Fix footer css on some pages --- modules/webapp/src/main/webjar/docspell.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/webapp/src/main/webjar/docspell.css b/modules/webapp/src/main/webjar/docspell.css index 0902853e..e527a3a1 100644 --- a/modules/webapp/src/main/webjar/docspell.css +++ b/modules/webapp/src/main/webjar/docspell.css @@ -255,6 +255,9 @@ label span.muted { background: #708090; height: 101vh; } +.login-layout > .ui.footer, .register-layout > .ui.footer, .newinvite-layout > .ui.footer { + background: #708090; +} .login-layout .login-view, .register-layout .register-view, .newinvite-view { background: #fff;