From bcac332d31cda9c644596fd6f1371f1b561f7e07 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 12:46:17 -0600 Subject: [PATCH 1/3] Remove unneeded backdrop on auth pages --- res/css/views/auth/_AuthPage.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/res/css/views/auth/_AuthPage.scss b/res/css/views/auth/_AuthPage.scss index 64b69c750f4..8ef48b6265c 100644 --- a/res/css/views/auth/_AuthPage.scss +++ b/res/css/views/auth/_AuthPage.scss @@ -26,8 +26,6 @@ limitations under the License. display: flex; margin: 100px auto auto; border-radius: 4px; - // Not currently supported in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1178765 - backdrop-filter: blur(10px); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33); background-color: $authpage-modal-bg-color; } From 6dfc9b4f79b191f0dc2fb04a634d1cd92ad8c80d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 12:48:26 -0600 Subject: [PATCH 2/3] Change footer to padding --- res/css/views/auth/_AuthFooter.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/auth/_AuthFooter.scss b/res/css/views/auth/_AuthFooter.scss index 741be49a693..f35e39cd4db 100644 --- a/res/css/views/auth/_AuthFooter.scss +++ b/res/css/views/auth/_AuthFooter.scss @@ -19,7 +19,7 @@ limitations under the License. width: 100%; font-size: 14px; opacity: 0.72; - margin: 20px 0; + padding: 20px 0; } .mx_AuthFooter a:link, From 0b14855c4f4e335516fd9d9cc5eecf003870edda Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 12:50:22 -0600 Subject: [PATCH 3/3] Add footer gradient --- res/css/views/auth/_AuthFooter.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/auth/_AuthFooter.scss b/res/css/views/auth/_AuthFooter.scss index f35e39cd4db..ab169a6898f 100644 --- a/res/css/views/auth/_AuthFooter.scss +++ b/res/css/views/auth/_AuthFooter.scss @@ -20,6 +20,7 @@ limitations under the License. font-size: 14px; opacity: 0.72; padding: 20px 0; + background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); } .mx_AuthFooter a:link,